From 0ae6ba1ca29809205870fb4e85fa5256bb350202 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期二, 02 二月 2021 13:45:27 +0800
Subject: [PATCH] 优化代码
---
java110-bean/src/main/java/com/java110/dto/fee/FeeDto.java | 64 +++++++++++++++++++++++++++++++
1 files changed, 63 insertions(+), 1 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/dto/fee/FeeDto.java b/java110-bean/src/main/java/com/java110/dto/fee/FeeDto.java
index 9843055..4d22585 100644
--- a/java110-bean/src/main/java/com/java110/dto/fee/FeeDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/fee/FeeDto.java
@@ -42,6 +42,12 @@
private String[] feeTypeCds;
private String configId;
+ //鏄犲皠鍏崇郴寮�鍏冲��
+ private String val;
+
+ //瀹炴敹閲戦鏄犲皠寮�鍏冲��
+ private String receivedAmountSwitch;
+
private String squarePrice;
private String additionalAmount;
private String state;
@@ -61,6 +67,7 @@
private double oweFee; // 娆犺垂閲戦
private String billType;
private String billTypeName;
+ private String builtUpArea;
private String paymentCd;
@@ -76,6 +83,8 @@
private String ownerName;
private String ownerTel;
+
+ private String ownerId;
private Date createTime;
@@ -104,6 +113,12 @@
private Date curReadingTime;
private List<FeeAttrDto> feeAttrDtos;
+
+ //褰撳墠鏃堕棿
+ private Date nowDate;
+
+ //鏌ヨ鍑虹殑鏁伴噺
+ private int count;
public String getAmount() {
@@ -194,7 +209,6 @@
public void setEndTime(Date endTime) {
this.endTime = endTime;
}
-
public Date getArrearsEndTime() {
return arrearsEndTime;
@@ -507,4 +521,52 @@
public void setIncomeObjName(String incomeObjName) {
this.incomeObjName = incomeObjName;
}
+
+ public String getBuiltUpArea() {
+ return builtUpArea;
+ }
+
+ public void setBuiltUpArea(String builtUpArea) {
+ this.builtUpArea = builtUpArea;
+ }
+
+ public String getVal() {
+ return val;
+ }
+
+ public void setVal(String value) {
+ this.val = value;
+ }
+
+ public String getReceivedAmountSwitch() {
+ return receivedAmountSwitch;
+ }
+
+ public void setReceivedAmountSwitch(String receivedAmountSwitch) {
+ this.receivedAmountSwitch = receivedAmountSwitch;
+ }
+
+ public String getOwnerId() {
+ return ownerId;
+ }
+
+ public void setOwnerId(String ownerId) {
+ this.ownerId = ownerId;
+ }
+
+ public Date getNowDate() {
+ return nowDate;
+ }
+
+ public void setNowDate(Date nowDate) {
+ this.nowDate = nowDate;
+ }
+
+ public int getCount() {
+ return count;
+ }
+
+ public void setCount(int count) {
+ this.count = count;
+ }
}
--
Gitblit v1.8.0