java110
2021-09-22 bfcfa058f81a1b9e9b6b9e406ab82251cd1b51f1
java110-bean/src/main/java/com/java110/po/workflow/WorkflowPo.java
@@ -12,6 +12,7 @@
    private String flowName;
    private String flowType;
    private String processDefinitionKey;
    private String statusCd;
    public String getSkipLevel() {
        return skipLevel;
@@ -76,4 +77,12 @@
    public void setProcessDefinitionKey(String processDefinitionKey) {
        this.processDefinitionKey = processDefinitionKey;
    }
    public String getStatusCd() {
        return statusCd;
    }
    public void setStatusCd(String statusCd) {
        this.statusCd = statusCd;
    }
}