From 12017a00ed21f8d461ab444d0bff12f61f476909 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期四, 06 二月 2025 16:29:57 +0800
Subject: [PATCH] osd测试代码清理
---
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