From f7df98e8a755086952dfe5eec8cefa2b56efd91e Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期五, 30 八月 2024 11:39: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