admin
2019-06-24 beee6afac3f7d1b7fa30f768df91cd55e6c6d2db
fanli/src/main/java/com/yeshi/fanli/service/inter/goods/CommonGoodsService.java
@@ -84,4 +84,12 @@
    */
   public long countBySellerIdAndHasCoupon(Long sellerId);
   /**
    * 批量商品id查询商品信息
    * @param list
    * @return
    */
   public List<CommonGoods> getByListGoodsId(List<Long> list);
}