示例#1
0
文件: Lottory.php 项目: poykub/wph
 public function getPatient()
 {
     return @$this->hasOne(Patient::className(), ['hn' => 'hn']);
 }