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