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; } }