From 1f5ef3a86b1227f49c6840b2205174e4ab2f0f14 Mon Sep 17 00:00:00 2001
From: mitao <2763622819@qq.com>
Date: 星期四, 27 三月 2025 15:49:37 +0800
Subject: [PATCH] Merge branch 'master' of https://gitee.com/boymi/YiFeiNN

---
 medicalWaste-system/src/main/java/com/sinata/system/service/MwWarningRecordService.java |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

diff --git a/medicalWaste-system/src/main/java/com/sinata/system/service/MwWarningRecordService.java b/medicalWaste-system/src/main/java/com/sinata/system/service/MwWarningRecordService.java
index 206cf64..ea6f81e 100644
--- a/medicalWaste-system/src/main/java/com/sinata/system/service/MwWarningRecordService.java
+++ b/medicalWaste-system/src/main/java/com/sinata/system/service/MwWarningRecordService.java
@@ -7,7 +7,6 @@
 import com.sinata.system.domain.vo.MwWarningRecordVO;
 
 import java.io.IOException;
-import java.io.UnsupportedEncodingException;
 
 /**
  * <p>
@@ -26,5 +25,19 @@
      */
     PageDTO<MwWarningRecordVO> pageList(MwWarningRecordQuery query);
 
+    /**
+     * 解除
+     *
+     * @param id
+     */
+    void relieve(Long id);
+
+    /**
+     * 导出
+     *
+     * @param query
+     * @throws IOException
+     */
     void export(MwWarningRecordQuery query) throws IOException;
+
 }

--
Gitblit v1.7.1