luofl
2025-03-07 faf27967a7f94a4ed03a179ec2670031576f4502
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);