bug
luohairen
2024-12-10 062b1245a57d4e8a1e04a62efbc7d872e36eb073
business/src/main/java/com/ycl/domain/entity/ProjectProcess.java
@@ -23,9 +23,12 @@
    /** 项目ID */
    private Long projectId;
    @TableField("flowable_process_id")
    /** 流程ID */
    private String flowableProcessId;
    @TableField("process_def_id")
    /** 流程定义ID */
    private String processDefId;
    @TableField("process_ins_id")
    /** 流程实例id */
    private String processInsId;
}