ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/ShopService.java @@ -58,4 +58,6 @@ GoodsVO goodsDetail(Long goodsId); Integer addGoodsByShop(AddGoodsDTO addGoodsDTO); Integer editGoodsByShop(AddGoodsDTO addGoodsDTO); }