From e870ae252f020b745bb6eb1b0f6f74ff29fa79bc Mon Sep 17 00:00:00 2001
From: xiangpei <xiangpei@timesnew.cn>
Date: 星期五, 17 一月 2025 11:46:41 +0800
Subject: [PATCH] 事件新增日志

---
 common/src/main/java/com/ycl/common/enums/business/ProcessLogEventTypeEnum.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common/src/main/java/com/ycl/common/enums/business/FlowLogEventTypeEnum.java b/common/src/main/java/com/ycl/common/enums/business/ProcessLogEventTypeEnum.java
similarity index 85%
rename from common/src/main/java/com/ycl/common/enums/business/FlowLogEventTypeEnum.java
rename to common/src/main/java/com/ycl/common/enums/business/ProcessLogEventTypeEnum.java
index e3bfdce..8e7bc79 100644
--- a/common/src/main/java/com/ycl/common/enums/business/FlowLogEventTypeEnum.java
+++ b/common/src/main/java/com/ycl/common/enums/business/ProcessLogEventTypeEnum.java
@@ -11,7 +11,7 @@
  * @date锛�2024/11/29 11:13
  */
 @Getter
-public enum FlowLogEventTypeEnum {
+public enum ProcessLogEventTypeEnum {
 
     DELEGATE("DELEGATE", "杞姙"),
     FINISHED("FINISHED", "瀹屾垚"),
@@ -26,7 +26,7 @@
 
     private final String desc;
 
-    FlowLogEventTypeEnum(String value, String desc) {
+    ProcessLogEventTypeEnum(String value, String desc) {
         this.value = value;
         this.desc = desc;
     }

--
Gitblit v1.8.0