示例#1
0
文件: User.php 项目: quynhvv/stepup
 public function getUserJob()
 {
     return $this->hasOne(UserJob::className(), ['_id' => '_id']);
 }