From a77cd2572fae653df15a202bdcd692a8e9c44a04 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期四, 05 九月 2024 21:43:19 +0800
Subject: [PATCH] 11
---
ycl-platform/src/main/java/com/ycl/entity/video/VideoPoint.java | 5 +++++
1 files changed, 5 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..2dfb337 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,8 @@
@ApiModelProperty(value = "缃戞牸id")
private Long gridId;
+ @TableField(value = "type")
+ @ApiModelProperty(value = "0-鍘熸潵澶у崕瑙嗛锛�1-鏂板鎺�100璺捣搴疯棰�")
+ private Integer type;
}
--
Gitblit v1.8.0