示例#1
0
文件: Profile.php 项目: e29ckg/jbook1
 /**
  * @return \yii\db\ActiveQuery
  */
 public function getDep()
 {
     return $this->hasOne(Dep::className(), ['id' => 'dep_id']);
 }