From 9cf55daaafbdf49b6e7eee8298f81a3c2e602112 Mon Sep 17 00:00:00 2001
From: 1098226878 <1098226878@qq.com>
Date: 星期二, 31 八月 2021 18:44:15 +0800
Subject: [PATCH] 优化代码
---
java110-bean/src/main/java/com/java110/dto/reportFeeMonthStatistics/ReportFeeMonthStatisticsDto.java | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/dto/reportFeeMonthStatistics/ReportFeeMonthStatisticsDto.java b/java110-bean/src/main/java/com/java110/dto/reportFeeMonthStatistics/ReportFeeMonthStatisticsDto.java
index a898e69..5d786d9 100755
--- a/java110-bean/src/main/java/com/java110/dto/reportFeeMonthStatistics/ReportFeeMonthStatisticsDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/reportFeeMonthStatistics/ReportFeeMonthStatisticsDto.java
@@ -30,6 +30,7 @@
private String objId;
private String feeName;
private String oweAmount;
+ private String curOweAmount;
private String communityId;
private String feeCreateTime;
private String feeStartTime;
@@ -79,6 +80,9 @@
//瀹炴敹鎬婚噾棰�(澶ц)
private String allReceivedAmount;
+ //瀹炴敹鎬婚噾棰�(澶ц)
+ private String allOweAmount;
+
private List<FeeConfigDto> FeeConfigDtos;
//璐圭敤绫诲瀷
@@ -116,6 +120,8 @@
//鐘舵�佸悕绉�
private String stateName;
+
+ private String repairId;
public String getReceivableAmount() {
return receivableAmount;
@@ -572,4 +578,27 @@
public void setStateName(String stateName) {
this.stateName = stateName;
}
+
+ public String getRepairId() {
+ return repairId;
+ }
+
+ public void setRepairId(String repairId) {
+ this.repairId = repairId;
+ }
+ public String getAllOweAmount() {
+ return allOweAmount;
+ }
+
+ public void setAllOweAmount(String allOweAmount) {
+ this.allOweAmount = allOweAmount;
+ }
+
+ public String getCurOweAmount() {
+ return curOweAmount;
+ }
+
+ public void setCurOweAmount(String curOweAmount) {
+ this.curOweAmount = curOweAmount;
+ }
}
--
Gitblit v1.8.0