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/PendingInventoryService.java | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/main-business/src/main/java/com/ruoyi/business/service/PendingInventoryService.java b/main-business/src/main/java/com/ruoyi/business/service/PendingInventoryService.java
index 1d12d25..1d761b3 100644
--- a/main-business/src/main/java/com/ruoyi/business/service/PendingInventoryService.java
+++ b/main-business/src/main/java/com/ruoyi/business/service/PendingInventoryService.java
@@ -16,9 +16,13 @@
*/
public interface PendingInventoryService extends IService<PendingInventory> {
- IPage<PendingInventory> selectPendingInventoryList(Page page, PendingInventoryDto pendingInventoryDto);
+ IPage<PendingInventoryDto> selectPendingInventoryList(Page page, PendingInventoryDto pendingInventoryDto);
int addOrEditPending(PendingInventoryDto pendingInventoryDto);
int delByIds(Long[] ids);
+
+ int addOrEditCoalValue(PendingInventoryDto pendingInventoryDto);
+
+ boolean addPending(PendingInventoryDto pendingInventoryDto);
}
--
Gitblit v1.9.3