From 3b0516a2959e25576e4f3fda697a3b025d06c8c9 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期二, 24 六月 2025 14:09:07 +0800
Subject: [PATCH] 每日录像可用指标添加日志,修改大屏为查看当前月平均

---
 ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DataCenter/LabeledCorrectlyVO.java |   40 ++++++++++++++++++++++++++++++++--------
 1 files changed, 32 insertions(+), 8 deletions(-)

diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DataCenter/LabeledCorrectlyVO.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DataCenter/LabeledCorrectlyVO.java
index 18bb315..6c43f64 100644
--- a/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DataCenter/LabeledCorrectlyVO.java
+++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/DataCenter/LabeledCorrectlyVO.java
@@ -14,15 +14,39 @@
 @Data
 public class LabeledCorrectlyVO {
 
-    /** 姝g‘鏁伴噺 */
-    private Integer correctNum;
+    /** 鍖哄煙璺緞淇℃伅 */
+    private String arealayerPath;
 
-    /** 鎶芥煡鎬绘暟 */
-    private Integer selectedTotal;
+    /** 鍖哄煙鍚嶇О */
+    private String arealayername;
 
-    /** 鏍囨敞姝g‘鐜� */
-    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;
 }

--
Gitblit v1.8.0