From cddcf22a61489ee9c2dfee169d817ccd66f95430 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期五, 03 九月 2021 02:23:43 +0800
Subject: [PATCH] 优化代码

---
 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