belongsTo(ShopInfo::class, 'shop_id', 'id'); } /** * 获取审核人信息 */ public function auditorUser() { return $this->belongsTo(AdminUser::class, 'auditor', 'id'); } }