admin
2020-05-06 24a8d17e007545f7426c48352109aa1a9c6587ee
fanli/src/main/java/com/yeshi/fanli/service/inter/goods/CommonGoodsService.java
@@ -92,4 +92,12 @@
    */
   public List<CommonGoods> getByListGoodsId(List<Long> list, Integer goodsType);
   /**
    * 获取商品
    * @param id
    * @return
    */
   public CommonGoods selectByPrimaryKey(Long id);
}