From f7e52720649861e539b507a936220acfe35f95d3 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期二, 23 四月 2024 15:52:19 +0800
Subject: [PATCH] 核算报告金额回填

---
 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