From ac3152e6f81ef89a122378e1842daddfd0696db7 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 02 九月 2024 23:00:09 +0800 Subject: [PATCH] 数据中心bug修改 --- ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/MonitorQualifyResult.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/MonitorQualifyResult.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/MonitorQualifyResult.java index 6e24c3e..1bc167e 100644 --- a/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/MonitorQualifyResult.java +++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/result/UY/MonitorQualifyResult.java @@ -59,6 +59,7 @@ * 绉熸埛id */ private QualifyResult tenantId; + @Data public static class QualifyResult { /** @@ -70,6 +71,9 @@ * 灞曠ず鍊� * */ private String showValue; + /** + * 鏁版嵁鍘熷鍊硷紝濡傚浗鏍囩爜绛� + */ private String value; } } -- Gitblit v1.8.0