belongsTo('\\app\\admin\\model\\xilufitness\\user\\Index','user_id','id',[],'LEFT')->setEagerlyType(0); } /** * 关联品牌商 */ public function brand(){ return $this->belongsTo('\\app\\admin\\model\\xilufitness\\brand\\Index','brand_id','id',[],'LEFT')->setEagerlyType(0); } /** * 关联门店 */ public function shop(){ return $this->belongsTo('\\app\\admin\\model\\xilufitness\\shop\\Index','shop_id','id',[],'LEFT')->setEagerlyType(0); } /** * 关联教练 */ public function coach(){ return $this->belongsTo('\\app\\admin\\model\\xilufitness\\coach\\Index','coach_id','id',[],'LEFT')->setEagerlyType(0); } /** * 关联课程 */ public function courses(){ return $this->belongsTo('\\app\\admin\\model\\xilufitness\\course\\Index','course_camp_id','id',[],'LEFT')->setEagerlyType(0); } }