From 8ba8e90f1e44f0ffc0f59ac9a13c8ca113b55b8c Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期四, 05 九月 2024 21:42:30 +0800
Subject: [PATCH] 测试
---
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