Pu Zhibing
2025-04-03 22839ef1aee121cb9b96f4db3b0930667595022f
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/feignClient/ShopClient.java
@@ -50,6 +50,9 @@
   @PostMapping("/shop/getShopIdByName")
    R<Set<Integer>> getShopIdByName(@RequestParam("shopName") String shopName);
   @PostMapping("/shop/getManagerByManagerName")
   R<Set<Long>> getManagerByManagerName(@RequestParam("managerName") String managerName);
   @PostMapping("/shop-balance-statement/getList")
   R<List<ShopBalanceStatement>> getShopBalanceStatementList(@RequestBody ShopBalanceStatement shopBalanceStatement);