From a8df571a0d7da69764506fc6a1b5b6da334645b1 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期五, 29 八月 2025 15:22:29 +0800
Subject: [PATCH] :ambulance: 应付修正

---
 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