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