| | |
| | | package com.yeshi.fanli.service.inter.taobao;
|
| | |
|
| | | import java.util.List;
|
| | |
|
| | | import org.springframework.web.multipart.MultipartFile;
|
| | |
|
| | | import com.yeshi.fanli.entity.taobao.TaoBaoGoodsBrief;
|
| | | import com.yeshi.fanli.entity.taobao.TaoBaoShop;
|
| | | import com.yeshi.fanli.entity.taobao.TaoBaoShopInfo;
|
| | | import com.yeshi.fanli.vo.brand.TaoBaoShopVO;
|
| | |
|
| | | public interface TaoBaoShopService {
|
| | |
|
| | |
| | | */
|
| | | public void changeInfo(MultipartFile file, Long id, String shopName);
|
| | |
|
| | | |
| | | /**
|
| | | * 查询店铺信息、并返回钱3个商品数量
|
| | | * @param start
|
| | | * @param count
|
| | | * @param cid
|
| | | * @return
|
| | | */
|
| | | public List<TaoBaoShopVO> listBrandShopinfo(long start, int count, Long cid);
|
| | | |
| | | |
| | | long countBrandShopinfo(Long cid);
|
| | | }
|