From 20001a775126c1be95a2b84cebb8813a54608712 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期二, 15 八月 2023 14:42:27 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-interface/src/main/java/com/java110/intf/store/IAllocationStorehouseApplyInnerServiceSMO.java | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/java110-interface/src/main/java/com/java110/intf/store/IAllocationStorehouseApplyInnerServiceSMO.java b/java110-interface/src/main/java/com/java110/intf/store/IAllocationStorehouseApplyInnerServiceSMO.java
index 7407066..5d94209 100644
--- a/java110-interface/src/main/java/com/java110/intf/store/IAllocationStorehouseApplyInnerServiceSMO.java
+++ b/java110-interface/src/main/java/com/java110/intf/store/IAllocationStorehouseApplyInnerServiceSMO.java
@@ -1,7 +1,7 @@
package com.java110.intf.store;
import com.java110.config.feign.FeignConfiguration;
-import com.java110.dto.allocationStorehouseApply.AllocationStorehouseApplyDto;
+import com.java110.dto.purchase.AllocationStorehouseApplyDto;
import org.springframework.cloud.openfeign.FeignClient;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
@@ -24,7 +24,6 @@
/**
* <p>鏌ヨ灏忓尯妤间俊鎭�</p>
*
- *
* @param allocationAllocationStorehouseApplyhouseApplyDto 鏁版嵁瀵硅薄鍒嗕韩
* @return AllocationStorehouseApplyDto 瀵硅薄鏁版嵁
*/
@@ -39,4 +38,12 @@
*/
@RequestMapping(value = "/queryAllocationStorehouseApplysCount", method = RequestMethod.POST)
int queryAllocationStorehouseApplysCount(@RequestBody AllocationStorehouseApplyDto allocationAllocationStorehouseApplyhouseApplyDto);
+
+ /**
+ * 娣诲姞璋冩嫧鐢宠璁板綍
+ *
+ * @param allocationStorehouseApplyDto
+ */
+ @RequestMapping(value = "/saveAllocationStorehouseApplys", method = RequestMethod.POST)
+ void saveAllocationStorehouseApplys(@RequestBody AllocationStorehouseApplyDto allocationStorehouseApplyDto);
}
--
Gitblit v1.8.0