From 9a1843b565b97326c78b2e41fc6b7953f5af84d9 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 23 七月 2024 10:15:34 +0800 Subject: [PATCH] 运维阈值key --- ycl-pojo/src/main/java/com/ycl/platform/domain/query/CalculateReportQuery.java | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/query/CalculateReportQuery.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/query/CalculateReportQuery.java index 328a6d8..90fc639 100644 --- a/ycl-pojo/src/main/java/com/ycl/platform/domain/query/CalculateReportQuery.java +++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/query/CalculateReportQuery.java @@ -16,8 +16,10 @@ * @since 2024-04-23 */ @Data -@Accessors(chain = true) @ApiModel(value = "CalculateReport鏌ヨ", description = "鏍哥畻鎶ュ憡鏌ヨ") public class CalculateReportQuery extends AbsQuery { + + private String unitName; + } -- Gitblit v1.8.0