xiangpei
2025-02-27 66b258f3e333b2413e3c7c28a8a6794545fc6eb8
flowable/src/main/java/com/ycl/domain/entity/ProcessLog.java
@@ -22,6 +22,9 @@
    /** 任务id */
    private String taskId;
    @TableField("task_name")
    /** 任务名 */
    private String taskName;
    @TableField("event_type")
    /** 事件日志类型 */
    private ProcessLogEventTypeEnum eventType;