shiyj1101
2021-08-05 e57e32fc43da31917912eebb4e47d4e50df1a9e9
java110-bean/src/main/java/com/java110/po/workflow/WorkflowPo.java
old mode 100644 new mode 100755
@@ -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;
    }
}