From a42e7be34c02ef5d855ca781f347512322adbfed Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期日, 06 十一月 2022 17:25:06 +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
old mode 100644
new mode 100755
index a614173..a70c529
--- 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