java110
2020-12-20 3e0fbd3a04babb4ef123ee7b25e52deec48ad7ec
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;
    }
}