From b6184e2ddf3db37a94f7efb3b619bbc64642a292 Mon Sep 17 00:00:00 2001
From: chengf <cgf12138@163.com>
Date: 星期二, 27 一月 2026 18:12:48 +0800
Subject: [PATCH] Z四
---
java110-bean/src/main/java/com/java110/dto/PropertyWhiteListFlowDto.java | 82 +++++++++++++++++++++++++++++++++++++++++
1 files changed, 82 insertions(+), 0 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/dto/PropertyWhiteListFlowDto.java b/java110-bean/src/main/java/com/java110/dto/PropertyWhiteListFlowDto.java
index 13bc742..9c04ac6 100644
--- a/java110-bean/src/main/java/com/java110/dto/PropertyWhiteListFlowDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/PropertyWhiteListFlowDto.java
@@ -32,6 +32,8 @@
private String chargeStart; // 鏀惰垂璧凤紙鏍煎紡YYYY-MM-DD锛�
private String chargeEnd; // 鏀惰垂姝紙鏍煎紡YYYY-MM-DD锛�
private String communityId;
+ private String frequency;
+ private String frequencyLike;
private String feeYear;
@@ -42,6 +44,38 @@
private String userId;
private String storeId;
private String objType;
+
+ private String receiptYearMonth; // 鏀舵骞�/鏈�
+ private String receiptYear; // 鏀舵骞村害
+ private String pendingProblem; // 寰呰В鍐抽棶棰�
+ private String roomNumber; // 闂ㄥ鍙�
+ private String floorNum;
+ private String unitNum;
+ private String roomNum;
+
+ public String getFloorNum() {
+ return floorNum;
+ }
+
+ public void setFloorNum(String floorNum) {
+ this.floorNum = floorNum;
+ }
+
+ public String getUnitNum() {
+ return unitNum;
+ }
+
+ public void setUnitNum(String unitNum) {
+ this.unitNum = unitNum;
+ }
+
+ public String getRoomNum() {
+ return roomNum;
+ }
+
+ public void setRoomNum(String roomNum) {
+ this.roomNum = roomNum;
+ }
public String getObjType() {
return objType;
@@ -85,6 +119,14 @@
public void setId(String id) {
this.id = id;
+ }
+
+ public String getFrequencyLike() {
+ return frequencyLike;
+ }
+
+ public void setFrequencyLike(String frequencyLike) {
+ this.frequencyLike = frequencyLike;
}
public String getChargeTime() {
@@ -302,4 +344,44 @@
public void setStoreId(String storeId) {
this.storeId = storeId;
}
+
+ public String getFrequency() {
+ return frequency;
+ }
+
+ public void setFrequency(String frequency) {
+ this.frequency = frequency;
+ }
+
+ public String getReceiptYearMonth() {
+ return receiptYearMonth;
+ }
+
+ public void setReceiptYearMonth(String receiptYearMonth) {
+ this.receiptYearMonth = receiptYearMonth;
+ }
+
+ public String getReceiptYear() {
+ return receiptYear;
+ }
+
+ public void setReceiptYear(String receiptYear) {
+ this.receiptYear = receiptYear;
+ }
+
+ public String getPendingProblem() {
+ return pendingProblem;
+ }
+
+ public void setPendingProblem(String pendingProblem) {
+ this.pendingProblem = pendingProblem;
+ }
+
+ public String getRoomNumber() {
+ return roomNumber;
+ }
+
+ public void setRoomNumber(String roomNumber) {
+ this.roomNumber = roomNumber;
+ }
}
--
Gitblit v1.8.0