From 97b1e0d4820606bef726f60e459b66afb1e8eab1 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期五, 21 十一月 2025 11:50:51 +0800
Subject: [PATCH] 优化与日志
---
ycl-pojo/src/main/java/com/ycl/platform/domain/query/CalculateReportQuery.java | 14 +++++++++++++-
1 files changed, 13 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..5a238a3 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,20 @@
* @since 2024-04-23
*/
@Data
-@Accessors(chain = true)
@ApiModel(value = "CalculateReport鏌ヨ", description = "鏍哥畻鎶ュ憡鏌ヨ")
public class CalculateReportQuery extends AbsQuery {
+
+ private String unitName;
+
+ private Integer unitId;
+
+ private String status;
+
+ private Integer contractId;
+
+ private Integer whichYear;
+
+ private Integer whichMonth;
+
}
--
Gitblit v1.8.0