From 18d1f4bc4f4f77c8883702a00896dd99469db648 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期五, 25 八月 2023 16:06:37 +0800
Subject: [PATCH] Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunity
---
java110-bean/src/main/java/com/java110/dto/oaWorkflow/OaWorkflowDto.java | 17 +++++++++++++++++
1 files changed, 17 insertions(+), 0 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 fd1f01c..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,6 +18,13 @@
public static final String STATE_WAIT = "W";//寰呴儴缃�
public static final String STATE_COMPLAINT = "C";//閮ㄧ讲瀹屾垚
+ 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;
private String modelId;
@@ -34,6 +41,8 @@
private Date createTime;
private String statusCd = "0";
+
+ private String[] flowIds;
public String getDescrible() {
@@ -148,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