From 576c52d8d8e6fb1e738380cc5fc101a6a2b0b3a8 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期六, 04 九月 2021 16:00:57 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity

---
 java110-interface/src/main/java/com/java110/intf/store/IAllocationStorehouseInnerServiceSMO.java |    8 ++++++++
 1 files changed, 8 insertions(+), 0 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..e6b348c 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
@@ -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