baizonghao
2023-02-24 bcc6047ef19e2bd7a83c7f6e6abcb2cd1d8107cc
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;
}