From c448fbec7a77c2a7baf1cb8afef61723dcf69696 Mon Sep 17 00:00:00 2001 From: 935090232@qq.com <ak473600000> Date: Sun, 13 Mar 2022 23:12:16 +0800 Subject: [PATCH] 重构:套餐项目 --- zq-erp/src/main/java/com/matrix/system/hive/service/SysOutStoreService.java | 8 +++++++- 1 files changed, 7 insertions(+), 1 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 dd538f2..b0a096a 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,7 +61,12 @@ */ public SysOutStore findById(Long id); - public int checkInfo(SysOutStore sysOutStore); + /** + * 出库单审核通过,并扣减库存 + * @param sysOutStore + * @return + */ + public int effectOutStore(SysOutStore sysOutStore); -- Gitblit v1.9.1