admin
2020-05-19 744594ef1a2f530fc3e86ea9dc48b62247f79420
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);
}