zhanghua
2024-09-28 7873c6f56380d28e1ae6958f77a84081797c817f
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,10 @@
    @ApiModelProperty(value = "网格id")
    private Long gridId;
    @TableField(value = "type")
    @ApiModelProperty(value = "0-原来大华视频,1-新对接100路海康视频")
    private Integer type;
    @TableField("channel_id")
    private Integer channelId;
}