From cf6b1cf6fa8f7784c6d7c64b7326d4662bc3d4b3 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期二, 14 十月 2025 17:39:06 +0800
Subject: [PATCH] yys 1.智能排产 2.物料看板 3.报表分析
---
main-business/src/main/java/com/ruoyi/business/service/InputInventoryRecordService.java | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/main-business/src/main/java/com/ruoyi/business/service/InputInventoryRecordService.java b/main-business/src/main/java/com/ruoyi/business/service/InputInventoryRecordService.java
index f825ad4..f7f41c9 100644
--- a/main-business/src/main/java/com/ruoyi/business/service/InputInventoryRecordService.java
+++ b/main-business/src/main/java/com/ruoyi/business/service/InputInventoryRecordService.java
@@ -6,6 +6,7 @@
import com.ruoyi.business.entity.InputInventoryRecord;
import java.math.BigDecimal;
+import java.util.List;
/**
* <p>
@@ -19,4 +20,7 @@
// 娣诲姞鍏ュ簱璁板綍
int insertInputInventoryRecord(PendingInventoryDto pendingInventoryDto, OfficialInventoryDto officialInventoryDto, BigDecimal quantity);
+
+ // 鍒犻櫎鍏ュ簱璁板綍
+ int deleteInputInventoryRecord(List<Long> ids);
}
--
Gitblit v1.9.3