From 2dc478231fd09a88a4d86d44388ae807aca08bc5 Mon Sep 17 00:00:00 2001
From: luodangjia <luodangjia>
Date: 星期三, 01 一月 2025 10:14:28 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 medicalWaste-system/src/main/java/com/sinata/system/service/MwStagingRoomService.java |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/medicalWaste-system/src/main/java/com/sinata/system/service/MwStagingRoomService.java b/medicalWaste-system/src/main/java/com/sinata/system/service/MwStagingRoomService.java
index c322144..ccba7b4 100644
--- a/medicalWaste-system/src/main/java/com/sinata/system/service/MwStagingRoomService.java
+++ b/medicalWaste-system/src/main/java/com/sinata/system/service/MwStagingRoomService.java
@@ -13,6 +13,7 @@
 
 import javax.servlet.http.HttpServletResponse;
 import java.io.IOException;
+import java.util.List;
 
 /**
  * <p>
@@ -86,4 +87,27 @@
      * @param response
      */
     void checkoutRecordExport(CheckoutRecordQuery query, HttpServletResponse response) throws IOException;
+
+    /**
+     * 暂存间列表
+     *
+     * @return
+     */
+    List<MwStagingRoomVO> queryStagingRoomList();
+
+    /**
+     * 暂存间待处理医废分页列表
+     *
+     * @param query
+     * @return
+     */
+    PageDTO<MwStorageRecordVO> temporarilyStoredMedicalWaste(StorageRecordQuery query);
+
+    /**
+     * 根据设备id查询医废列表
+     *
+     * @param id
+     * @return
+     */
+    List<MwStorageRecordVO> queryMedicalWasteList(Long id);
 }

--
Gitblit v1.7.1