| | |
| | | * @param id
|
| | | * @param shopName
|
| | | */
|
| | | public void changeInfo(MultipartFile file, Long id, String shopName);
|
| | | public void changeInfo(MultipartFile file, Long id, String shopName,String key);
|
| | |
|
| | | /**
|
| | | * 查询店铺信息、并返回钱3个商品数量
|
| | |
| | | */
|
| | | public List<TaoBaoShopVO> listBrandShopinfo(long start, int count, Long cid);
|
| | |
|
| | | long countBrandShopinfo(Long cid);
|
| | | public long countBrandShopinfo(Long cid);
|
| | |
|
| | | /**
|
| | | * 根据店铺搜索关键词查找
|
| | | * @param key
|
| | | * @return
|
| | | */
|
| | | public List<TaoBaoShopVO> getShopByKey(String key);
|
| | | |
| | | |
| | | /**
|
| | | * 根据店铺搜索关键词查找
|
| | | * @param key
|
| | | * @return
|
| | | */
|
| | | public List<TaoBaoShopVO> getShopByKeyV2(String key,String platform,String version);
|
| | | }
|