java110
2022-02-25 8a2a463d46b3dce73015462c9f6a2a258dd25f5b
java110-bean/src/main/java/com/java110/po/oaWorkflow/OaWorkflowPo.java
@@ -14,6 +14,7 @@
    private String flowType;
    private String state;
    private String processDefinitionKey;
    private String curFormId;
    public String getDescrible() {
        return describle;
@@ -94,4 +95,13 @@
    public void setState(String state) {
        this.state = state;
    }
    public String getCurFormId() {
        return curFormId;
    }
    public void setCurFormId(String curFormId) {
        this.curFormId = curFormId;
    }
}