yujian
2020-05-09 7e7db2fa55a9a3af46d4fd8ede0dee147f101d64
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);
}