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 | 10 ++++++++++
1 files changed, 10 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 90fc639..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
@@ -21,5 +21,15 @@
private String unitName;
+ private Integer unitId;
+
+ private String status;
+
+ private Integer contractId;
+
+ private Integer whichYear;
+
+ private Integer whichMonth;
+
}
--
Gitblit v1.8.0