xiangpei
2025-03-05 0dc45111f75bf924d65cec00019f70c405e05225
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 */