无关风月
2025-08-25 64dedbb2395adcea7bef6a73b9949e390f8dedb5
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/service/ShopService.java
@@ -57,5 +57,9 @@
    GoodsVO goodsDetail(Long goodsId);
    void addGoodsByShop(AddGoodsDTO addGoodsDTO);
    Integer addGoodsByShop(AddGoodsDTO addGoodsDTO);
    Integer editGoodsByShop(AddGoodsDTO addGoodsDTO);
    PageInfo<ShopBalanceListVO> getBalanceList(String name, Integer pageCurr, Integer pageSize);
}