Loading...
return $Model->getList($where, $page, $limit, '*', ['BrandName', 'StoreName', 'ProductNmae', 'ProductInfo' => function ($query) { $query->with(['CateName', 'UnitInfo']); ...