示例#1
0
 public function getDivisionid()
 {
     return $this->hasOne(Division::className(), ['id' => 'id_division']);
 }