From cb415813de667096290d6bd0f924f5b523104117 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期一, 10 十一月 2025 17:41:04 +0800
Subject: [PATCH] 报备工单bug修改,定时任务在线问题修改新增导出扣分明细功能
---
ycl-pojo/src/main/java/com/ycl/platform/domain/query/DataCenterQuery.java | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/query/DataCenterQuery.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/query/DataCenterQuery.java
index 4a241b7..1c78898 100644
--- a/ycl-pojo/src/main/java/com/ycl/platform/domain/query/DataCenterQuery.java
+++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/query/DataCenterQuery.java
@@ -44,7 +44,8 @@
private Integer deviceType;
/** 涓嬫媺妗� */
private Integer option;
-
+ /** 鑰冩牳鐘舵�� */
+ private Integer examineStatus;
public void setTime() {
if (Objects.nonNull(this.date)) {
this.startTime = DateUtils.getDayStart(this.date);
@@ -54,4 +55,13 @@
}
}
+ /**
+ * 鏌ヨ鍔ㄦ�佸垪鏁版嵁id
+ */
+ private Integer DyId;
+ /**
+ * 鏌ヨ鍔ㄦ�佸垪鏁版嵁value 鐢ㄤ簬鍖归厤鍊�
+ */
+ private String DyValue;
+
}
--
Gitblit v1.8.0