From bbe76086f95dfb34e942d9f2801e17db38391c68 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期二, 21 十一月 2023 21:34:05 +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