From 6bf8b48e9d689ab90864bc2ee0e6ebeae3a4c1fa Mon Sep 17 00:00:00 2001
From: xiaogang <905166056@qq.com>
Date: 星期四, 04 八月 2022 10:06:47 +0800
Subject: [PATCH] 1.优化报表缴费明细统计问题2、优化调查问卷投票问题3、优化投诉咨询问题3、优化业主新增用户联系地址4、增加定时任务根据身份证号自动更新年龄5、优化缴费清单
---
java110-bean/src/main/java/com/java110/dto/reportFeeMonthStatistics/ReportFeeMonthStatisticsDto.java | 360 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 358 insertions(+), 2 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 c015e9e..2bd6499
--- a/java110-bean/src/main/java/com/java110/dto/reportFeeMonthStatistics/ReportFeeMonthStatisticsDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/reportFeeMonthStatistics/ReportFeeMonthStatisticsDto.java
@@ -22,6 +22,7 @@
private String updateTime;
private String remark;
private String objName;
+ private String objNameNum;
private String receivedAmount;
private String feeYear;
private String feeMonth;
@@ -30,8 +31,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,11 +44,16 @@
private String roomId;
private String roomNum;
private String carNum;
+ private String psName;
+ private String contractCode;
private String payerObjType;
+ private String ownerName;
+ private String ownerId;
+ private String detailId;
+ private String builtUpArea;
private String objCount;
private String normalCount;
-
private Date createTime;
private String startTime;
@@ -55,10 +64,15 @@
private int oweDay;
private String deadlineTime;
+ private String curMaxTime;
private String importFeeName;
+
+ private String oId;
//鏀粯鏂瑰紡
private String primeRate;
+
+ private double configReceivedAmount = 0;
//搴旀敹鎬婚噾棰�(灏忚)
private String totalReceivableAmount;
@@ -72,7 +86,62 @@
//瀹炴敹鎬婚噾棰�(澶ц)
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 giftAmount;
+
+ //鏀惰垂鐜�
+ private String chargeRate;
+
+ //鐘舵��
+ private String state;
+
+ //鐘舵�佸悕绉�
+ private String stateName;
+
+ private String repairId;
+
+ private double hisOweAmount;
+ private double curReceivableAmount;
+ private double curReceivedAmount;
+ private double hisOweReceivedAmount;
+ private double preReceivedAmount;
+ private double allHisOweReceivedAmount;
+
+ private String[] configIds;
+
+ private String yearMonth;
public String getReceivableAmount() {
return receivableAmount;
@@ -194,6 +263,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;
}
@@ -201,7 +286,6 @@
public void setObjType(String objType) {
this.objType = objType;
}
-
public Date getCreateTime() {
return createTime;
@@ -386,4 +470,276 @@
public void setPrimeRate(String primeRate) {
this.primeRate = primeRate;
}
+
+ public String getFeeTypeCd() {
+ return feeTypeCd;
+ }
+
+ 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 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;
+ }
+
+ public String getDetailId() {
+ return detailId;
+ }
+
+ public void setDetailId(String detailId) {
+ this.detailId = detailId;
+ }
+
+ public String getBuiltUpArea() {
+ return builtUpArea;
+ }
+
+ public void setBuiltUpArea(String builtUpArea) {
+ this.builtUpArea = builtUpArea;
+ }
+
+ public String[] getConfigIds() {
+ return configIds;
+ }
+
+ public void setConfigIds(String[] configIds) {
+ this.configIds = configIds;
+ }
+
+ public double getConfigReceivedAmount() {
+ return configReceivedAmount;
+ }
+
+ public void setConfigReceivedAmount(double configReceivedAmount) {
+ this.configReceivedAmount = configReceivedAmount;
+ }
+
+ public double getHisOweAmount() {
+ return hisOweAmount;
+ }
+
+ public void setHisOweAmount(double hisOweAmount) {
+ this.hisOweAmount = hisOweAmount;
+ }
+
+ public double getCurReceivableAmount() {
+ return curReceivableAmount;
+ }
+
+ public void setCurReceivableAmount(double curReceivableAmount) {
+ this.curReceivableAmount = curReceivableAmount;
+ }
+
+ public double getCurReceivedAmount() {
+ return curReceivedAmount;
+ }
+
+ public void setCurReceivedAmount(double curReceivedAmount) {
+ this.curReceivedAmount = curReceivedAmount;
+ }
+
+ public double getHisOweReceivedAmount() {
+ return hisOweReceivedAmount;
+ }
+
+ public void setHisOweReceivedAmount(double hisOweReceivedAmount) {
+ this.hisOweReceivedAmount = hisOweReceivedAmount;
+ }
+
+ public double getPreReceivedAmount() {
+ return preReceivedAmount;
+ }
+
+ public void setPreReceivedAmount(double preReceivedAmount) {
+ this.preReceivedAmount = preReceivedAmount;
+ }
+
+ public String getYearMonth() {
+ return yearMonth;
+ }
+
+ public void setYearMonth(String yearMonth) {
+ this.yearMonth = yearMonth;
+ }
+
+ public double getAllHisOweReceivedAmount() {
+ return allHisOweReceivedAmount;
+ }
+
+ public void setAllHisOweReceivedAmount(double allHisOweReceivedAmount) {
+ this.allHisOweReceivedAmount = allHisOweReceivedAmount;
+ }
+
+ public String getOwnerId() {
+ return ownerId;
+ }
+
+ public void setOwnerId(String ownerId) {
+ this.ownerId = ownerId;
+ }
+
+ public String getPsName() {
+ return psName;
+ }
+
+ public void setPsName(String psName) {
+ this.psName = psName;
+ }
+
+ public String getObjNameNum() {
+ return objNameNum;
+ }
+
+ public void setObjNameNum(String objNameNum) {
+ this.objNameNum = objNameNum;
+ }
+
+ public String getGiftAmount() {
+ return giftAmount;
+ }
+
+ public void setGiftAmount(String giftAmount) {
+ this.giftAmount = giftAmount;
+ }
}
--
Gitblit v1.8.0