From 8f2e8522daf081ad4da027c39a776fdd9483b97e Mon Sep 17 00:00:00 2001 From: zxl <763096477@qq.com> Date: 星期一, 15 九月 2025 15:20:51 +0800 Subject: [PATCH] 新需求 --- 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