From 24cb5646d382f327b9ee42a18f3e40f5c0632dc0 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期五, 17 十月 2025 13:38:22 +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