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 | 9 +++++++++
1 files changed, 9 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 36f72b3..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
@@ -121,6 +121,8 @@
//鐘舵�佸悕绉�
private String stateName;
+ private String repairId;
+
public String getReceivableAmount() {
return receivableAmount;
}
@@ -577,6 +579,13 @@
this.stateName = stateName;
}
+ public String getRepairId() {
+ return repairId;
+ }
+
+ public void setRepairId(String repairId) {
+ this.repairId = repairId;
+ }
public String getAllOweAmount() {
return allOweAmount;
}
--
Gitblit v1.8.0