From 576c52d8d8e6fb1e738380cc5fc101a6a2b0b3a8 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期六, 04 九月 2021 16:00:57 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-bean/src/main/java/com/java110/dto/rentingPoolFlow/RentingPoolFlowDto.java | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/dto/rentingPoolFlow/RentingPoolFlowDto.java b/java110-bean/src/main/java/com/java110/dto/rentingPoolFlow/RentingPoolFlowDto.java
old mode 100644
new mode 100755
index 365b487..9c87d0f
--- a/java110-bean/src/main/java/com/java110/dto/rentingPoolFlow/RentingPoolFlowDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/rentingPoolFlow/RentingPoolFlowDto.java
@@ -18,6 +18,7 @@
public static final String STATE_SUBMIT = "1001";
public static final String STATE_PROXY_TRUE = "2002";
public static final String STATE_PROXY_FALSE = "3003";
+ public static final String STATE_CONFIRM_RENTING = "4004"; // 绉熷纭畾绉熸埧
private String dealTime;
@@ -25,6 +26,7 @@
private String context;
private String userTel;
private String state;
+ private String stateName;
private String userRole;
private String communityId;
private String flowId;
@@ -124,4 +126,12 @@
public void setStatusCd(String statusCd) {
this.statusCd = statusCd;
}
+
+ public String getStateName() {
+ return stateName;
+ }
+
+ public void setStateName(String stateName) {
+ this.stateName = stateName;
+ }
}
--
Gitblit v1.8.0