yujian
2019-05-14 2b82f0694b9d0487cccc135852a49f7da3e2ecba
fanli/src/main/java/com/yeshi/fanli/service/inter/goods/TaoBaoGoodsBriefService.java
@@ -73,7 +73,17 @@
    * @return
    */
   public List<TaoBaoGoodsBrief> listQueryByAuctionId(List<Long> list);
   /**
    * 根据店铺id查询
    * @param start
    * @param count
    * @param shopId
    * @return
    */
   public List<TaoBaoGoodsBrief> listByShopId(long start, int count, Long shopId);
   public long countByShopId(Long shopId);
}