From b2001a7042d511cea1c1b2000edca57253d992ad Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期六, 20 十二月 2025 16:21:51 +0800
Subject: [PATCH] 时间控制修改
---
ycl-platform/src/main/java/com/ycl/entity/video/VideoPoint.java | 21 ++++++++++++++++++++-
1 files changed, 20 insertions(+), 1 deletions(-)
diff --git a/ycl-platform/src/main/java/com/ycl/entity/video/VideoPoint.java b/ycl-platform/src/main/java/com/ycl/entity/video/VideoPoint.java
index 78f60d9..46a6ab8 100644
--- a/ycl-platform/src/main/java/com/ycl/entity/video/VideoPoint.java
+++ b/ycl-platform/src/main/java/com/ycl/entity/video/VideoPoint.java
@@ -10,6 +10,7 @@
import java.io.Serializable;
+import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
@@ -55,7 +56,8 @@
private String name;
/**
- * 璁惧缂栫爜鍞竴
+ * 璁惧閫氶亾鐮�
+ * 娴峰悍瀛楁 cameraIndexCode
*/
@TableField("plat_resource_id")
private String platResourceId;
@@ -102,4 +104,21 @@
@TableField("address")
private String address;
+ /**
+ * 璁惧鐮�
+ * 娴峰悍瀛楁 deviceIndexCode
+ */
+ @TableField("code")
+ private String code;
+
+ @TableField(value = "grid_id")
+ @ApiModelProperty(value = "缃戞牸id")
+ private Long gridId;
+
+ @TableField(value = "type")
+ @ApiModelProperty(value = "0-鍘熸潵澶у崕瑙嗛锛�1-鏂板鎺�100璺捣搴疯棰�")
+ private Integer type;
+
+ @TableField("channel_id")
+ private Integer channelId;
}
--
Gitblit v1.8.0