belongsTo('App\Models\ShopService', 'service_id'); } /** * @Author FelixYin * @description 店铺开通服务所属技师 */ public function coach() { return $this->belongsTo('App\Models\CoachUser', 'coach_id'); } }