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 |    8 ++++++++
 1 files changed, 8 insertions(+), 0 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 c96a6a5..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
@@ -23,5 +23,13 @@
 
     private Integer unitId;
 
+    private String status;
+
+    private Integer contractId;
+
+    private Integer whichYear;
+
+    private Integer whichMonth;
+
 }
 

--
Gitblit v1.8.0