From 7873c6f56380d28e1ae6958f77a84081797c817f Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期六, 28 九月 2024 21:34:44 +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