| | |
| | | import java.util.List;
|
| | |
|
| | | import com.yeshi.fanli.dto.dataoke.DingDongQiangDTO;
|
| | | import com.yeshi.fanli.dto.taobao.DaTaoKeFilterResult;
|
| | | import com.yeshi.fanli.entity.taobao.TaoBaoGoodsBrief;
|
| | | import com.yeshi.fanli.entity.taobao.dataoke.DaTaoKeDetailV2;
|
| | |
|
| | |
| | | * @param goods
|
| | | * @return
|
| | | */
|
| | | public TaoBaoGoodsBrief filterTaoBaoGoods(TaoBaoGoodsBrief goods);
|
| | | |
| | | public DaTaoKeFilterResult filterTaoBaoGoods(TaoBaoGoodsBrief goods);
|
| | |
|
| | | /**
|
| | | * 根据主键查询
|
| | |
| | | public List<DaTaoKeDetailV2> getDingDongQiangData(String time);
|
| | |
|
| | |
|
| | |
|
| | | public List<DaTaoKeDetailV2> listByMaxPrice(Integer cid,BigDecimal maxPrice,String sortName, int page,int count);
|
| | | |
| | | public int countByMaxPrice(Integer cid,BigDecimal maxPrice);
|
| | | |
| | | |
| | | /**
|
| | | * |
| | | * @Title: listBySellerId
|
| | | * @Description: 根据商家ID查询商品
|
| | | * @param start
|
| | | * @param count
|
| | | * @param sellerId
|
| | | * @return |
| | | * List<DaTaoKeDetailV2> 返回类型
|
| | | * @throws
|
| | | */
|
| | | public List<DaTaoKeDetailV2> listBySellerId(long start, int count, Long sellerId);
|
| | | |
| | | /**
|
| | | * 根据商品ID查询
|
| | | * @Title: selectByAuctionId
|
| | | * @Description: |
| | | * @param auctionId
|
| | | * @return |
| | | * DaTaoKeDetailV2 返回类型
|
| | | * @throws
|
| | | */
|
| | | public DaTaoKeDetailV2 selectByAuctionId(Long auctionId);
|
| | | |
| | | public DaTaoKeDetailV2 selectByAuctionIdCache(Long auctionId);
|
| | | }
|