java110
2021-01-26 e94845798c7a99fddc364c00a80e76294cf83aa8
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;
    }
}