Пример #1
0
 public function getDept()
 {
     return $this->hasOne(Dept::className(), ['DEP_ID' => 'KD_DEP']);
 }