| | |
| | | * @param state
|
| | | * @throws BrandClassShopException
|
| | | */
|
| | | public void changeShopInfo(MultipartFile file, Long id, Long cid, String shopName, Integer state, Integer top)
|
| | | public void changeShopInfo(MultipartFile file, Long id, Long cid, String shopName, Integer state, Integer top,String key)
|
| | | throws BrandClassShopException;
|
| | |
|
| | |
|
| | |
| | | */
|
| | | public void deleteBatchByClassId(List<Long> list);
|
| | |
|
| | | |
| | | /**
|
| | | * 更新品牌商品
|
| | | */
|
| | | public void updateShopGoods();
|
| | |
|
| | | /**
|
| | | * 店铺列表
|
| | | * @param page
|
| | | * @param cid
|
| | | * @return
|
| | | */
|
| | | public JSONObject listEffectiveCacheV2(int page, Long cid);
|
| | | |
| | | }
|