belongsTo('Specialist', 'provider_id'); } //关联放号配置 public function appointment() { return $this->belongsTo('Appointment'); } }