From f904274947d9a4bb44037e4d18a7d85c6aadaf7b Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期六, 14 六月 2025 15:08:37 +0800
Subject: [PATCH] 1.生产加工 2.库存优化

---
 main-business/src/main/java/com/ruoyi/business/service/PendingInventoryService.java |    4 +++-
 1 files changed, 3 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..e82d59e 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,11 @@
  */
 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);
 }

--
Gitblit v1.9.3