From a8c87a18fed28e8cd06b20de9def11631f80ab96 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期三, 31 七月 2024 16:21:51 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- 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