From 52cddf9d992e228dbcbdba6bcf1aa4653ff213dd Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期四, 25 六月 2020 14:40:08 +0800
Subject: [PATCH] 优化 操作手册
---
java110-bean/src/main/java/com/java110/dto/workflow/WorkflowDto.java | 11 +++++++++++
1 files changed, 11 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 04c40b7..0f5d581 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
@@ -24,6 +24,8 @@
public static final String FLOW_TYPE_PURCHASE= "30003";
public static final String DEFAULT_SKIP_LEVEL = "1";
+ public static final String DEFAULT_PROCESS = "java110_" ;
+
private String skipLevel;
private String describle;
private String communityId;
@@ -32,6 +34,7 @@
private String flowName;
private String flowType;
private String flowTypeName;
+ private String processDefinitionKey;
private Date createTime;
@@ -130,4 +133,12 @@
public void setWorkflowSteps(List<WorkflowStepDto> workflowSteps) {
this.workflowSteps = workflowSteps;
}
+
+ public String getProcessDefinitionKey() {
+ return processDefinitionKey;
+ }
+
+ public void setProcessDefinitionKey(String processDefinitionKey) {
+ this.processDefinitionKey = processDefinitionKey;
+ }
}
--
Gitblit v1.8.0