From 7a995618d41cc70ddd956a708c91a1a7244b632e Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期二, 10 十二月 2024 18:14:28 +0800 Subject: [PATCH] 医废管理-导出 --- medicalWaste-system/src/main/java/com/sinata/system/service/MwCollectRecordService.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/medicalWaste-system/src/main/java/com/sinata/system/service/MwCollectRecordService.java b/medicalWaste-system/src/main/java/com/sinata/system/service/MwCollectRecordService.java index ecefd14..2583997 100644 --- a/medicalWaste-system/src/main/java/com/sinata/system/service/MwCollectRecordService.java +++ b/medicalWaste-system/src/main/java/com/sinata/system/service/MwCollectRecordService.java @@ -8,6 +8,9 @@ import com.sinata.system.domain.vo.MedicalWasteProcessVO; import com.sinata.system.domain.vo.MwCollectRecordVO; +import javax.servlet.http.HttpServletResponse; +import java.io.IOException; + /** * <p> * 暂存间入库记录 服务类 @@ -47,4 +50,6 @@ * @return */ MedicalWasteProcessVO getProcess(Long id); + + void export(MwCollectRecordQuery query, HttpServletResponse response) throws IOException; } -- Gitblit v1.7.1