belongsTo('Address'); } //关联专家 public function specialist() { return $this->belongsTo('Specialist', 'provider_id'); } }