java110
2021-09-04 576c52d8d8e6fb1e738380cc5fc101a6a2b0b3a8
java110-bean/src/main/java/com/java110/dto/oaWorkflow/OaWorkflowDto.java
@@ -27,7 +27,7 @@
    private String flowType;
    private String processDefinitionKey;
    private String state;
    private String curFormId;
    private Date createTime;
@@ -122,4 +122,12 @@
    public void setState(String state) {
        this.state = state;
    }
    public String getCurFormId() {
        return curFormId;
    }
    public void setCurFormId(String curFormId) {
        this.curFormId = curFormId;
    }
}