xiangpei
2025-04-10 0bb6071f92b2d26ae23c225bf4db8593a328a22f
flowable/src/main/java/com/ycl/domain/entity/ProcessLog.java
@@ -22,13 +22,20 @@
    /** 任务id */
    private String taskId;
    @TableField("task_def_key")
    /** 任务key */
    private String taskDefKey;
    @TableField("task_name")
    /** 任务名 */
    private String taskName;
    @TableField("event_type")
    /** 事件日志类型 */
    private ProcessLogEventTypeEnum eventType;
    @TableField("project_id")
    /** 项目id */
    private Long projectId;
    private String projectId;
    @TableField("process_ins_id")
    /** 流程实例id */