From a1b843ed54a16999efa4681c00a74cf6060410f0 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 09 八月 2024 16:24:02 +0800
Subject: [PATCH] 类名
---
ycl-server/src/main/java/com/ycl/platform/service/IYwThresholdService.java | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 deletions(-)
diff --git a/ycl-server/src/main/java/com/ycl/platform/service/IYwThresholdService.java b/ycl-server/src/main/java/com/ycl/platform/service/IYwThresholdService.java
index 58b5ad0..dcb6491 100644
--- a/ycl-server/src/main/java/com/ycl/platform/service/IYwThresholdService.java
+++ b/ycl-server/src/main/java/com/ycl/platform/service/IYwThresholdService.java
@@ -2,6 +2,8 @@
import com.baomidou.mybatisplus.extension.service.IService;
import com.ycl.platform.domain.entity.YwThreshold;
+import com.ycl.platform.domain.result.HK.FaceDeviceInspectionResult;
+import com.ycl.platform.domain.result.HK.VehicleDeviceInspectionResult;
import java.util.List;
import java.util.Map;
@@ -61,4 +63,19 @@
* @return 缁撴灉
*/
public int deleteYwThresholdById(Long id);
+
+ /**
+ * 鍒ゆ柇杞﹁締闃堝�兼潯浠�
+ */
+ public void carCheck(List<VehicleDeviceInspectionResult> list);
+
+ /**
+ * 鍒ゆ柇浜鸿劯闃堝�兼潯浠�
+ */
+ public void faceCheck(List<FaceDeviceInspectionResult> list);
+
+ /**
+ * 鍒ゆ柇瑙嗛闃堝�兼潯浠�
+ */
+ public void videoCheck(List list);
}
--
Gitblit v1.8.0