From 6e8c95d31d85b53857e4e3ce12ea303eb0ea42eb Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 19 八月 2021 00:47:48 +0800
Subject: [PATCH] 优化代码
---
java110-bean/src/main/java/com/java110/dto/reportFeeMonthStatistics/ReportFeeMonthStatisticsDto.java | 197 +++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 196 insertions(+), 1 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
old mode 100644
new mode 100755
index 0688705..36f72b3
--- 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,8 +30,11 @@
private String objId;
private String feeName;
private String oweAmount;
+ private String curOweAmount;
private String communityId;
private String feeCreateTime;
+ private String feeStartTime;
+ private String feeEndTime;
private String objType;
private String floorId;
private String floorNum;
@@ -40,7 +43,9 @@
private String roomId;
private String roomNum;
private String carNum;
+ private String contractCode;
private String payerObjType;
+ private String ownerName;
private String objCount;
private String normalCount;
@@ -55,7 +60,10 @@
private int oweDay;
private String deadlineTime;
+ private String curMaxTime;
private String importFeeName;
+
+ private String oId;
//鏀粯鏂瑰紡
private String primeRate;
@@ -72,10 +80,46 @@
//瀹炴敹鎬婚噾棰�(澶ц)
private String allReceivedAmount;
+ //瀹炴敹鎬婚噾棰�(澶ц)
+ private String allOweAmount;
+
private List<FeeConfigDto> FeeConfigDtos;
//璐圭敤绫诲瀷
private String feeTypeCd;
+
+ //璐圭敤绫诲瀷鍚嶇О
+ private String feeTypeCdName;
+
+ //鎵撴姌閲戦锛堝寘鎷墦鎶樸�佸噺鍏嶃�佹粸绾抽噾銆佺┖缃埧鎵撴姌銆佺┖缃埧鍑忓厤閲戦绛夛級
+ private String discountPrice;
+
+ //1:鎵撴姌 2:鍑忓厤 3:婊炵撼閲� 4:绌虹疆鎴挎墦鎶� 5:绌虹疆鎴垮噺鍏�
+ private String discountSmallType;
+
+ //浼樻儬閲戦
+ private String preferentialAmount;
+
+ //鍑忓厤閲戦
+ private String deductionAmount;
+
+ //婊炵撼閲�
+ private String lateFee;
+
+ //绌虹疆鎴挎墦鎶橀噾棰�
+ private String vacantHousingDiscount;
+
+ //绌虹疆鎴垮噺鍏嶉噾棰�
+ private String vacantHousingReduction;
+
+ //鏀惰垂鐜�
+ private String chargeRate;
+
+ //鐘舵��
+ private String state;
+
+ //鐘舵�佸悕绉�
+ private String stateName;
public String getReceivableAmount() {
return receivableAmount;
@@ -197,6 +241,22 @@
this.feeCreateTime = feeCreateTime;
}
+ public String getFeeStartTime() {
+ return feeStartTime;
+ }
+
+ public void setFeeStartTime(String feeStartTime) {
+ this.feeStartTime = feeStartTime;
+ }
+
+ public String getFeeEndTime() {
+ return feeEndTime;
+ }
+
+ public void setFeeEndTime(String feeEndTime) {
+ this.feeEndTime = feeEndTime;
+ }
+
public String getObjType() {
return objType;
}
@@ -204,7 +264,6 @@
public void setObjType(String objType) {
this.objType = objType;
}
-
public Date getCreateTime() {
return createTime;
@@ -397,4 +456,140 @@
public void setFeeTypeCd(String feeTypeCd) {
this.feeTypeCd = feeTypeCd;
}
+
+ public String getPreferentialAmount() {
+ return preferentialAmount;
+ }
+
+ public void setPreferentialAmount(String preferentialAmount) {
+ this.preferentialAmount = preferentialAmount;
+ }
+
+ public String getDeductionAmount() {
+ return deductionAmount;
+ }
+
+ public void setDeductionAmount(String deductionAmount) {
+ this.deductionAmount = deductionAmount;
+ }
+
+ public String getLateFee() {
+ return lateFee;
+ }
+
+ public void setLateFee(String lateFee) {
+ this.lateFee = lateFee;
+ }
+
+ public String getDiscountSmallType() {
+ return discountSmallType;
+ }
+
+ public void setDiscountSmallType(String discountSmallType) {
+ this.discountSmallType = discountSmallType;
+ }
+
+ public String getDiscountPrice() {
+ return discountPrice;
+ }
+
+ public void setDiscountPrice(String discountPrice) {
+ this.discountPrice = discountPrice;
+ }
+
+ public String getVacantHousingDiscount() {
+ return vacantHousingDiscount;
+ }
+
+ public void setVacantHousingDiscount(String vacantHousingDiscount) {
+ this.vacantHousingDiscount = vacantHousingDiscount;
+ }
+
+ public String getVacantHousingReduction() {
+ return vacantHousingReduction;
+ }
+
+ public void setVacantHousingReduction(String vacantHousingReduction) {
+ this.vacantHousingReduction = vacantHousingReduction;
+ }
+
+ public String getContractCode() {
+ return contractCode;
+ }
+
+ public void setContractCode(String contractCode) {
+ this.contractCode = contractCode;
+ }
+
+ public String getOwnerName() {
+ return ownerName;
+ }
+
+ public void setOwnerName(String ownerName) {
+ this.ownerName = ownerName;
+ }
+
+ public String getoId() {
+ return oId;
+ }
+
+ public void setoId(String oId) {
+ this.oId = oId;
+ }
+
+ public String getCurMaxTime() {
+ return curMaxTime;
+ }
+
+ public void setCurMaxTime(String curMaxTime) {
+ this.curMaxTime = curMaxTime;
+ }
+
+ public String getChargeRate() {
+ return chargeRate;
+ }
+
+ public void setChargeRate(String chargeRate) {
+ this.chargeRate = chargeRate;
+ }
+
+ public String getFeeTypeCdName() {
+ return feeTypeCdName;
+ }
+
+ public void setFeeTypeCdName(String feeTypeCdName) {
+ this.feeTypeCdName = feeTypeCdName;
+ }
+
+ public String getState() {
+ return state;
+ }
+
+ public void setState(String state) {
+ this.state = state;
+ }
+
+ public String getStateName() {
+ return stateName;
+ }
+
+ public void setStateName(String stateName) {
+ this.stateName = stateName;
+ }
+
+ 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