From 77ce942a696de881cc703745b8b1d112ddb70fa5 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期一, 22 七月 2024 18:45:44 +0800 Subject: [PATCH] 车辆数据阈值检查接口 --- ycl-server/src/main/java/com/ycl/platform/service/IYwThresholdService.java | 16 ++++++++++++++++ 1 files changed, 16 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..d2eaaa2 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,7 @@ import com.baomidou.mybatisplus.extension.service.IService; import com.ycl.platform.domain.entity.YwThreshold; +import com.ycl.platform.domain.result.HK.VehicleDeviceInspectionResult; import java.util.List; import java.util.Map; @@ -61,4 +62,19 @@ * @return 缁撴灉 */ public int deleteYwThresholdById(Long id); + + /** + * 鍒ゆ柇杞﹁締闃堝�兼潯浠� + */ + public void carCheck(List<VehicleDeviceInspectionResult> list); + + /** + * 鍒ゆ柇浜鸿劯闃堝�兼潯浠� + */ + public void faceCheck(List list); + + /** + * 鍒ゆ柇瑙嗛闃堝�兼潯浠� + */ + public void videoCheck(List list); } -- Gitblit v1.8.0