From 68defbe491894e01c4402922de33c39633fca091 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Tue, 29 Mar 2022 14:25:54 +0800
Subject: [PATCH] 系统名称

---
 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