From b7a67e4c93b4cc12f0b0f019d08a39dce65fa3bb Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 29 八月 2024 18:58:49 +0800 Subject: [PATCH] 工单分页bug --- 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