public function getUnit()
 {
     return $this->hasOne(\common\models\DaftarUnit::className(), ['unit_id' => 'unit_id']);
 }