wl
2023-01-05 7fc8c8711f7b1523a19411e325e537b6d4a26226
ycl-platform/src/main/java/com/ycl/entity/video/VideoPoint.java
@@ -55,7 +55,7 @@
    private String name;
    /**
     * 设备编码唯一
     * 设备通道码
     */
    @TableField("plat_resource_id")
    private String platResourceId;
@@ -102,4 +102,10 @@
    @TableField("address")
    private String address;
    /**
     * 设备码
     */
    @TableField("code")
    private String code;
}