java110
2020-09-15 4b39c963de80148bf9936322457aa5c2be478b28
java110-bean/src/main/java/com/java110/po/workflow/WorkflowPo.java
@@ -11,6 +11,7 @@
    private String flowId;
    private String flowName;
    private String flowType;
    private String processDefinitionKey;
    public String getSkipLevel() {
        return skipLevel;
@@ -68,5 +69,11 @@
        this.flowType = flowType;
    }
    public String getProcessDefinitionKey() {
        return processDefinitionKey;
    }
    public void setProcessDefinitionKey(String processDefinitionKey) {
        this.processDefinitionKey = processDefinitionKey;
    }
}