From d08fd7c3f0d3b11c19314b8f9677ee8626d50a49 Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期六, 22 二月 2025 21:08:57 +0800
Subject: [PATCH] 项目投资及资金来源增设:地方政府专项债券、超长期特别国债

---
 flowable/src/main/java/com/ycl/domain/entity/ProcessLog.java |    3 +++
 1 files changed, 3 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..bf684aa 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,9 @@
     /** 浠诲姟id */
     private String taskId;
 
+    @TableField("task_name")
+    /** 浠诲姟鍚� */
+    private String taskName;
     @TableField("event_type")
     /** 浜嬩欢鏃ュ織绫诲瀷 */
     private ProcessLogEventTypeEnum eventType;

--
Gitblit v1.8.0