From de7ccc09601007d9fa223755286a106828f01f1c Mon Sep 17 00:00:00 2001
From: heheng <475597332@qq.com>
Date: 星期五, 24 十月 2025 10:48:47 +0800
Subject: [PATCH] 增加配置

---
 gkhy-system/src/main/java/com/gkhy/system/service/DailySafetyInspectionService.java |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gkhy-system/src/main/java/com/gkhy/system/service/DailySafetyInspectionService.java b/gkhy-system/src/main/java/com/gkhy/system/service/DailySafetyInspectionService.java
index d1b2afd..8138339 100644
--- a/gkhy-system/src/main/java/com/gkhy/system/service/DailySafetyInspectionService.java
+++ b/gkhy-system/src/main/java/com/gkhy/system/service/DailySafetyInspectionService.java
@@ -23,4 +23,6 @@
     int saveDailySafetyInspection(DailySafetyInspection  inspection);
 
     int deleteDailySafetyInspection(Long id);
+
+    int getCheckCount();
 }

--
Gitblit v1.9.2