'门诊医生',2=>'疫苗医生',3=>'儿保医生']; public function docter() { return $this->hasOne(Docter::class,'id','docter_id'); } }