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); }