From 68b0d9b52145056045b36028d1d621da1c3f2ea1 Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: 星期五, 20 九月 2024 15:38:29 +0800
Subject: [PATCH] 登录加密

---
 incident-manage/incident-manage-service/src/main/java/com/gkhy/safePlatform/incidentManage/service/AccidentReportService.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/incident-manage/incident-manage-service/src/main/java/com/gkhy/safePlatform/incidentManage/service/AccidentReportService.java b/incident-manage/incident-manage-service/src/main/java/com/gkhy/safePlatform/incidentManage/service/AccidentReportService.java
index 667b210..1b29d60 100644
--- a/incident-manage/incident-manage-service/src/main/java/com/gkhy/safePlatform/incidentManage/service/AccidentReportService.java
+++ b/incident-manage/incident-manage-service/src/main/java/com/gkhy/safePlatform/incidentManage/service/AccidentReportService.java
@@ -6,6 +6,7 @@
 import com.gkhy.safePlatform.incidentManage.model.dto.req.AccidentReportReqDTO;
 import com.gkhy.safePlatform.incidentManage.model.dto.resp.AccidentReportDetailRespDTO;
 import com.gkhy.safePlatform.incidentManage.model.dto.resp.AccidentReportPageRespDTO;
+import com.gkhy.safePlatform.incidentManage.model.dto.resp.AccidentStatisticDTO;
 import com.gkhy.safePlatform.incidentManage.query.AccidentReportQuery;
 
 import java.util.List;
@@ -21,4 +22,5 @@
     ResultVO updateAccidentReport(Long uid, AccidentReportReqDTO AccidentReportReqDTO);
 
     ResultVO batchDeleteAccidentReport(Long[] ids);
+
 }

--
Gitblit v1.9.2