From 4440cdda8530906faf89348a3e480b05c20d4e25 Mon Sep 17 00:00:00 2001
From: chengf <2156125618@qq.com>
Date: 星期四, 07 八月 2025 18:46:34 +0800
Subject: [PATCH] 费用初始化2025/08/07
---
java110-bean/src/main/java/com/java110/dto/PropertyWhiteListFlowDto.java | 37 +++++++++++++++++++++++++++++++++++++
1 files changed, 37 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 4923cdd..13bc742 100644
--- a/java110-bean/src/main/java/com/java110/dto/PropertyWhiteListFlowDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/PropertyWhiteListFlowDto.java
@@ -38,6 +38,19 @@
private Integer row;
private Integer page;
+ private String batchId;
+ private String userId;
+ private String storeId;
+ private String objType;
+
+ public String getObjType() {
+ return objType;
+ }
+
+ public void setObjType(String objType) {
+ this.objType = objType;
+ }
+
public Integer getPage() {
return page;
}
@@ -265,4 +278,28 @@
public void setCommunityId(String communityId) {
this.communityId = communityId;
}
+
+ public String getBatchId() {
+ return batchId;
+ }
+
+ public void setBatchId(String batchId) {
+ this.batchId = batchId;
+ }
+
+ public String getUserId() {
+ return userId;
+ }
+
+ public void setUserId(String userId) {
+ this.userId = userId;
+ }
+
+ public String getStoreId() {
+ return storeId;
+ }
+
+ public void setStoreId(String storeId) {
+ this.storeId = storeId;
+ }
}
--
Gitblit v1.8.0