From 2078aee230bc109d66da296da8b7f24377befa1b Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期五, 20 十二月 2024 11:08:44 +0800
Subject: [PATCH] 1

---
 ycl-platform/src/main/java/com/ycl/entity/video/VideoPoint.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 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 afd026a..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
@@ -57,6 +57,7 @@
 
     /**
      * 璁惧閫氶亾鐮�
+     * 娴峰悍瀛楁 cameraIndexCode
      */
     @TableField("plat_resource_id")
     private String platResourceId;
@@ -105,6 +106,7 @@
 
     /**
      * 璁惧鐮�
+     * 娴峰悍瀛楁 deviceIndexCode
      */
     @TableField("code")
     private String code;
@@ -113,5 +115,10 @@
     @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