From 57cbb7df3dcd52707c8d284ecc035bafb190312d Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期六, 01 八月 2020 00:14:32 +0800
Subject: [PATCH] Merge branch 'master' of https://github.com/java110/MicroCommunity
---
java110-bean/src/main/java/com/java110/dto/workflow/WorkflowDto.java | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/java110-bean/src/main/java/com/java110/dto/workflow/WorkflowDto.java b/java110-bean/src/main/java/com/java110/dto/workflow/WorkflowDto.java
index e4d735c..0eb5382 100644
--- a/java110-bean/src/main/java/com/java110/dto/workflow/WorkflowDto.java
+++ b/java110-bean/src/main/java/com/java110/dto/workflow/WorkflowDto.java
@@ -38,6 +38,8 @@
private String flowTypeName;
private String processDefinitionKey;
+ private String[] flowTypes;
+
private Date createTime;
@@ -143,4 +145,12 @@
public void setProcessDefinitionKey(String processDefinitionKey) {
this.processDefinitionKey = processDefinitionKey;
}
+
+ public String[] getFlowTypes() {
+ return flowTypes;
+ }
+
+ public void setFlowTypes(String[] flowTypes) {
+ this.flowTypes = flowTypes;
+ }
}
--
Gitblit v1.8.0