From 3e9a6da99aae968123ee7bca352fc08becd7f1f2 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 29 八月 2024 17:29:21 +0800 Subject: [PATCH] 工单过程图接口更换 --- 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