From 1b39f39eacfcd1f8bb46d261686e81a2ad9bafbd Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 05 十二月 2024 17:24:27 +0800
Subject: [PATCH] 视频时间差阈值
---
ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DataCenter/ImportantCmdImageVO.java | 34 ++++++++++++++++++++++++++--------
1 files changed, 26 insertions(+), 8 deletions(-)
diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DataCenter/ImportantCmdImageVO.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DataCenter/ImportantCmdImageVO.java
index 80858f4..aedc60f 100644
--- a/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DataCenter/ImportantCmdImageVO.java
+++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DataCenter/ImportantCmdImageVO.java
@@ -14,15 +14,33 @@
@Data
public class ImportantCmdImageVO {
- /** 鍦ㄧ嚎鏁伴噺 */
- private Integer onlineNum;
+ /** 鍖哄煙璺緞淇℃伅 */
+ private String arealayerPath;
- /** 鎶芥煡鎬绘暟 */
- private Integer selectedTotal;
+ /** */
+ private String arealayernoCode;
- /** 閲嶇偣鎸囨尌鍥惧儚鍦ㄧ嚎鐜� */
- private BigDecimal rate;
+ /** */
+ private String arealayernoName;
- /** 鏈堜唤 */
- private Date month;
+ /** */
+ private String binaryTenantId;
+
+ /** */
+ private Integer blur;
+
+ /** */
+ private Integer blurRaw;
+
+ /** */
+ private Integer blurThreshold;
+
+ /** */
+ private Integer color;
+
+ /** */
+ private Integer colorRaw;
+
+ /** */
+ private Integer colorThreshold;
}
--
Gitblit v1.8.0