ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DataCenter/ImportantCmdImageVO.java
@@ -14,15 +14,33 @@ @Data public class ImportantCmdImageVO { /** 在线数量 */ private Integer onlineNum; /** 区域路径信息 */ private String arealayerPath; /** 抽查总数 */ private Integer selectedTotal; /** */ private String arealayernoCode; /** 重点指挥图像在线率 */ private BigDecimal rate; /** */ private String arealayernoName; /** 月份 */ private Date month; /** */ private String binaryTenantId; /** */ private Integer blur; /** */ private Integer blurRaw; /** */ private Integer blurThreshold; /** */ private Integer color; /** */ private Integer colorRaw; /** */ private Integer colorThreshold; } ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DataCenter/LabeledCorrectlyVO.java
@@ -14,15 +14,39 @@ @Data public class LabeledCorrectlyVO { /** 正确数量 */ private Integer correctNum; /** 区域路径信息 */ private String arealayerPath; /** 抽查总数 */ private Integer selectedTotal; /** 区域名称 */ private String arealayername; /** 标注正确率 */ private BigDecimal rate; /** 区域编码 */ private String arealayerno; /** 月份 */ private Date month; /** 设备ID */ private String deviceId; /** 设备名称 */ private String deviceName; /** 图片上的字幕时间和摄像机拉码流时间差是否大于最大值 */ private String diff; /** 图片上的字幕时间和摄像机拉码流时间差,单位(秒), -1 表示未知 */ private Integer diffTime; /** ip */ private String ip; /** 图片 ocr 识别结果 */ private String ocrResult; /** 图片地址 */ private String imgPath; /** 状态码,0:正常 */ private String statusCode; /** 图片上的字幕时间和摄像机拉码流时间差,单位(秒) */ private String osdFormat; } ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DataCenter/VideoUseableVO.java
@@ -14,14 +14,38 @@ @Data public class VideoUseableVO { /** 当月认定的考核档案数 */ private Integer currentMonthDocumentNum; private String id; /** 全年留存档案数 */ private Integer fullYearDocumentNum; /** 行政区域名称 */ private String arealayername; private BigDecimal rate; /** 行政区域ID */ private String arealayerno; /** 月份 */ private Date month; /** 创建时间 */ private Date createTime; /** 摄像机ID */ private String deviceId; /** 摄像机名称 */ private String deviceName; /** 缺失时长 */ private Double missDuration; /** 国标平台ID */ private String platId; /** 录像时长 */ private Double recordDuration; /** 录像完整状态 1:完整 0:间歇 -1:异常 */ private Integer recordStatus; /** 统计时间 */ private Date statTime; /** 租户ID */ private String tenantId; }