From c9e9cd3df7f76aa164e83280680945bca5250451 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期日, 02 三月 2025 17:20:46 +0800
Subject: [PATCH] 流程详情、办理时展示任务的特殊操作日志

---
 flowable/src/main/java/com/ycl/domain/entity/ProcessLog.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/flowable/src/main/java/com/ycl/domain/entity/ProcessLog.java b/flowable/src/main/java/com/ycl/domain/entity/ProcessLog.java
index 641ccad..e1bd568 100644
--- a/flowable/src/main/java/com/ycl/domain/entity/ProcessLog.java
+++ b/flowable/src/main/java/com/ycl/domain/entity/ProcessLog.java
@@ -22,6 +22,13 @@
     /** 浠诲姟id */
     private String taskId;
 
+    @TableField("task_def_key")
+    /** 浠诲姟key */
+    private String taskDefKey;
+
+    @TableField("task_name")
+    /** 浠诲姟鍚� */
+    private String taskName;
     @TableField("event_type")
     /** 浜嬩欢鏃ュ織绫诲瀷 */
     private ProcessLogEventTypeEnum eventType;

--
Gitblit v1.8.0