xiangpei
2025-02-23 a10a94b62cc029c0ccaa47b61c6f23e2bfe26a23
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;