From d5470fd2c8a9df43c51b62b54372bf8ebf2ba56d Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 22 十一月 2022 01:35:06 +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