| | |
| | | @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; |
| | | } |