From ec37a0bddbec09bab3eb23e7858a9a6a633d28c6 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Thu, 05 May 2022 16:21:25 +0800
Subject: [PATCH] 20220505

---
 zq-erp/src/main/java/com/matrix/system/hive/service/SysOutStoreService.java |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/zq-erp/src/main/java/com/matrix/system/hive/service/SysOutStoreService.java b/zq-erp/src/main/java/com/matrix/system/hive/service/SysOutStoreService.java
index 8b89de0..cd13e5f 100644
--- a/zq-erp/src/main/java/com/matrix/system/hive/service/SysOutStoreService.java
+++ b/zq-erp/src/main/java/com/matrix/system/hive/service/SysOutStoreService.java
@@ -14,6 +14,7 @@
 	
 	/**
 	 * 新增SysOutStore
+	 * 立即出库
 	 * 
 	 */
 	public int add(SysOutStore sysOutStore);
@@ -60,11 +61,19 @@
 	 */
 	public SysOutStore  findById(Long id);
 
+
 	/**
-	 * 出库单审核通过,并扣减库存
-	 * @param sysOutStore
-	 * @return
+	 * 删除出库单,恢复库存
+	 * @param id
 	 */
+	public void cancelOutStore(Long id);
+
+
+		/**
+         * 出库单审核通过,并扣减库存
+         * @param sysOutStore
+         * @return
+         */
 	public int effectOutStore(SysOutStore sysOutStore);
 
    	

--
Gitblit v1.9.1