From aded6d51dd8cc3b7d2b5a9a0be54378c5b2ee924 Mon Sep 17 00:00:00 2001 From: luodangjia <luodangjia> Date: 星期三, 01 一月 2025 15:11:15 +0800 Subject: [PATCH] merge --- 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