示例#1
0
文件: Death.php 项目: barosclub/ahr
 public function getUser()
 {
     return $this->hasOne(MUser::className(), ['death_id' => 'death_id']);
 }