From 110d6060625a25f2546c4de3b3a57117d9cf769a Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期二, 24 一月 2023 11:46:32 +0800
Subject: [PATCH] 门禁白名单同步
---
java110-bean/src/main/java/com/java110/dto/reportFeeMonthStatistics/ReportFeeMonthStatisticsTotalDto.java | 22 ++++++++++++++++++++++
1 files changed, 22 insertions(+), 0 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/dto/reportFeeMonthStatistics/ReportFeeMonthStatisticsTotalDto.java b/java110-bean/src/main/java/com/java110/dto/reportFeeMonthStatistics/ReportFeeMonthStatisticsTotalDto.java
index a614173..a70c529 100755
--- a/java110-bean/src/main/java/com/java110/dto/reportFeeMonthStatistics/ReportFeeMonthStatisticsTotalDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/reportFeeMonthStatistics/ReportFeeMonthStatisticsTotalDto.java
@@ -42,6 +42,9 @@
//绌虹疆鎴垮噺鍏嶉噾棰�(灏忚)
private String totalVacantHousingReduction;
+ //璧犻�佽鍒欓噾棰�(灏忚)
+ private String totalGiftAmount;
+
//浼樻儬閲戦(澶ц)
private String allPreferentialAmount;
@@ -56,6 +59,9 @@
//绌虹疆鎴垮噺鍏嶉噾棰�(澶ц)
private String allVacantHousingReduction;
+
+ //绌虹疆鎴垮噺鍏嶉噾棰�(澶ц)
+ private String allGiftAmount;
public String getTotalReceivableAmount() {
return totalReceivableAmount;
@@ -168,4 +174,20 @@
public void setAllVacantHousingReduction(String allVacantHousingReduction) {
this.allVacantHousingReduction = allVacantHousingReduction;
}
+
+ public String getTotalGiftAmount() {
+ return totalGiftAmount;
+ }
+
+ public void setTotalGiftAmount(String totalGiftAmount) {
+ this.totalGiftAmount = totalGiftAmount;
+ }
+
+ public String getAllGiftAmount() {
+ return allGiftAmount;
+ }
+
+ public void setAllGiftAmount(String allGiftAmount) {
+ this.allGiftAmount = allGiftAmount;
+ }
}
--
Gitblit v1.8.0