From f29c8786807015d78b9be8a33397f69478d92a76 Mon Sep 17 00:00:00 2001
From: liding <756868258@qq.com>
Date: 星期六, 12 七月 2025 16:52:27 +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 5423545..6a93210 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,11 +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);
+
+    int addPending(PendingInventoryDto pendingInventoryDto);
 }

--
Gitblit v1.9.3