From dffa4edacd228bb7aa385525e4a30db2384bc78f Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期五, 30 八月 2024 17:40:32 +0800 Subject: [PATCH] feat:更新图像资源到index表并展示 --- ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DataCenter/VideoUseableVO.java | 38 +++++++++++++++++++++++++++++++------- 1 files changed, 31 insertions(+), 7 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DataCenter/VideoUseableVO.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DataCenter/VideoUseableVO.java index cabbce8..82ef771 100644 --- a/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DataCenter/VideoUseableVO.java +++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DataCenter/VideoUseableVO.java @@ -14,14 +14,38 @@ @Data public class VideoUseableVO { - /** 褰撴湀璁ゅ畾鐨勮�冩牳妗f鏁� */ - private Integer currentMonthDocumentNum; + private String id; - /** 鍏ㄥ勾鐣欏瓨妗f鏁� */ - private Integer fullYearDocumentNum; + /** 琛屾斂鍖哄煙鍚嶇О */ + private String arealayername; - private BigDecimal rate; + /** 琛屾斂鍖哄煙ID */ + private String arealayerno; - /** 鏈堜唤 */ - private Date month; + /** 鍒涘缓鏃堕棿 */ + private Date createTime; + + /** 鎽勫儚鏈篒D */ + 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; } -- Gitblit v1.8.0