From 46eed722cd0431aa433bea2470b23015b8d83b3e Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期一, 21 二月 2022 10:03:25 +0800
Subject: [PATCH] 优化三亚物业 临时收费问题

---
 java110-interface/src/main/java/com/java110/intf/store/IAllocationStorehouseInnerServiceSMO.java |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/java110-interface/src/main/java/com/java110/intf/store/IAllocationStorehouseInnerServiceSMO.java b/java110-interface/src/main/java/com/java110/intf/store/IAllocationStorehouseInnerServiceSMO.java
index 9552a3a..53fa0e4 100644
--- a/java110-interface/src/main/java/com/java110/intf/store/IAllocationStorehouseInnerServiceSMO.java
+++ b/java110-interface/src/main/java/com/java110/intf/store/IAllocationStorehouseInnerServiceSMO.java
@@ -17,7 +17,7 @@
  * @Version 1.0
  * add by wuxw 2019/4/24
  **/
-@FeignClient(name = "store-service", configuration = {FeignConfiguration.class})
+@FeignClient(name = "${java110.store-service}", configuration = {FeignConfiguration.class})
 @RequestMapping("/allocationStorehouseApi")
 public interface IAllocationStorehouseInnerServiceSMO {
 
@@ -38,4 +38,12 @@
      */
     @RequestMapping(value = "/queryAllocationStorehousesCount", method = RequestMethod.POST)
     int queryAllocationStorehousesCount(@RequestBody AllocationStorehouseDto allocationStorehouseDto);
+
+    /**
+     * 鏂板璋冩嫧璁板綍
+     *
+     * @param allocationStorehouseDto
+     */
+    @RequestMapping(value = "/saveAllocationStorehouses", method = RequestMethod.POST)
+    void saveAllocationStorehouses(@RequestBody AllocationStorehouseDto allocationStorehouseDto);
 }

--
Gitblit v1.8.0