From 1ffc844e3483cd3ac7cc73b5fb17c62e09d1ff2f Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 30 八月 2024 10:54:34 +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