wuxw
2021-04-23 e9be8d15ab3ee20685793e16071c56485b32e33a
java110-bean/src/main/java/com/java110/dto/workflow/WorkflowDto.java
old mode 100644 new mode 100755
@@ -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;
    }
}