From f15ae4985725022dfe68fb79bbaca98a69f2a2b9 Mon Sep 17 00:00:00 2001
From: java110 <928255095@qq.com>
Date: 星期二, 21 七月 2020 12:12:22 +0800
Subject: [PATCH] 优化 楼栋信息

---
 java110-bean/src/main/java/com/java110/dto/workflow/WorkflowDto.java |   13 +++++++++++++
 1 files changed, 13 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..e4d735c 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
@@ -22,7 +22,11 @@
     public static final String FLOW_TYPE_REPAIR= "20002";
     //閲囪喘
     public static final String FLOW_TYPE_PURCHASE= "30003";
+
+    public static final String FLOW_TYPE_COLLECTION = "40004";//鐗╁搧棰嗙敤
     public static final String DEFAULT_SKIP_LEVEL = "1";
+
+    public static final String DEFAULT_PROCESS = "java110_" ;
 
     private String skipLevel;
     private String describle;
@@ -32,6 +36,7 @@
     private String flowName;
     private String flowType;
     private String flowTypeName;
+    private String processDefinitionKey;
 
 
     private Date createTime;
@@ -130,4 +135,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