From 8b0dd174285faed9afdd7341a177df4e60d98192 Mon Sep 17 00:00:00 2001
From: Your Name <you@example.com>
Date: 星期五, 25 八月 2023 01:56:25 +0800
Subject: [PATCH] 优化代码

---
 java110-bean/src/main/java/com/java110/dto/oaWorkflow/OaWorkflowDto.java |   17 ++++++++++++++++-
 1 files changed, 16 insertions(+), 1 deletions(-)

diff --git a/java110-bean/src/main/java/com/java110/dto/oaWorkflow/OaWorkflowDto.java b/java110-bean/src/main/java/com/java110/dto/oaWorkflow/OaWorkflowDto.java
index 9ee3ed9..4d2036b 100644
--- a/java110-bean/src/main/java/com/java110/dto/oaWorkflow/OaWorkflowDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/oaWorkflow/OaWorkflowDto.java
@@ -18,7 +18,12 @@
     public static final String STATE_WAIT = "W";//寰呴儴缃�
     public static final String STATE_COMPLAINT = "C";//閮ㄧ讲瀹屾垚
 
-    public static final String FLOW_TYPE_ITEM_RELEASE="鐗╁搧鏀捐";
+    public static final String FLOW_TYPE_ITEM_RELEASE="2002";//鐗╁搧鏀捐
+    public static final String FLOW_TYPE_RESOURCE="5005";//閲囪喘
+    public static final String FLOW_TYPE_VISIT="3003";// 璁垮瀹℃牳
+    public static final String FLOW_TYPE_PUBLIC="1001";//鐗╁搧鏀捐
+
+    public static final String FLOW_TYPE_OWNER_SETTLED="4004";// 涓氫富鍏ラ┗鎴垮眿娴佺▼
 
     private String userId;
     private String describle;
@@ -36,6 +41,8 @@
     private Date createTime;
 
     private String statusCd = "0";
+
+    private String[] flowIds;
 
 
     public String getDescrible() {
@@ -150,4 +157,12 @@
     public void setUserId(String userId) {
         this.userId = userId;
     }
+
+    public String[] getFlowIds() {
+        return flowIds;
+    }
+
+    public void setFlowIds(String[] flowIds) {
+        this.flowIds = flowIds;
+    }
 }

--
Gitblit v1.8.0