From e85cd3fe826efe0baaa3fc09ea371467127c370c Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 15 七月 2025 18:11:31 +0800 Subject: [PATCH] Merge branch 'dev' --- common/src/main/java/com/ycl/common/enums/business/ProcessLogEventTypeEnum.java | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/common/src/main/java/com/ycl/common/enums/business/ProcessLogEventTypeEnum.java b/common/src/main/java/com/ycl/common/enums/business/ProcessLogEventTypeEnum.java index c481324..c2adcc3 100644 --- a/common/src/main/java/com/ycl/common/enums/business/ProcessLogEventTypeEnum.java +++ b/common/src/main/java/com/ycl/common/enums/business/ProcessLogEventTypeEnum.java @@ -18,7 +18,11 @@ REJECT("REJECT", "椹冲洖"), TEAM_WORK("TEAM_WORK", "鍗忓悓鍔炵悊"), JUMP("JUMP", "璺宠繃"), + WAIT("WAIT", "瀹圭己"), SUPERVISE("SUPERVISE", "鐫e姙"), + HANGUP("HANGUP", "鎸傝捣"), + CANCEL_HANGUP("CANCEL_HANGUP", "鍙栨秷鎸傝捣"), + EDIT("EDIT", "淇敼"), ; -- Gitblit v1.8.0