From 5f5944161eb6c8abdfd0c49db47636385277bd36 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 12 四月 2024 16:23:06 +0800
Subject: [PATCH] sql备份
---
ycl-server/src/main/java/com/ycl/platform/service/IYwThresholdService.java | 29 +++++++++++++++++++++++++++++
1 files changed, 29 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 db7356a..efa5b47 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
@@ -1,7 +1,12 @@
package com.ycl.platform.service;
+import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
import com.ycl.platform.domain.entity.YwThreshold;
+import com.ycl.platform.domain.form.CarThresholdForm;
+import com.ycl.platform.domain.form.FaceThresholdForm;
+import com.ycl.platform.domain.form.VideoThresholdForm;
+import com.ycl.platform.mapper.YwThresholdMapper;
import java.util.List;
@@ -59,4 +64,28 @@
* @return 缁撴灉
*/
public int deleteYwThresholdById(Integer id);
+
+ /**
+ * 淇敼浜鸿劯闃堝��
+ *
+ * @param form
+ * @return
+ */
+ int editFace(FaceThresholdForm form);
+
+ /**
+ * 淇敼杞﹁締闃堝��
+ *
+ * @param form
+ * @return
+ */
+ int editCar(CarThresholdForm form);
+
+ /**
+ * 淇敼瑙嗛闃堝��
+ *
+ * @param form
+ * @return
+ */
+ int editVideo(VideoThresholdForm form);
}
--
Gitblit v1.8.0