ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/GoodsService.java @@ -19,4 +19,6 @@ List<GoodsVO> goodsList(Goods goods); GoodsVO goodsDetail(Long goodsId); List<Goods> getGoodsListByShopId(Integer shopId); }