yujian
2020-01-18 f4a0f2acc63d7785eab108419a4e16f5f688cb95
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);
}