From f964eea96288e345a5b001909f3f718c78d19f06 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 20 二月 2025 10:21:10 +0800 Subject: [PATCH] 项目增加项目子类型字段 --- common/src/main/java/com/ycl/common/enums/business/ProcessLogEventTypeEnum.java | 3 +++ 1 files changed, 3 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 05b7a08..ff8d254 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 @@ -15,9 +15,12 @@ DELEGATE("DELEGATE", "杞姙"), FINISHED("FINISHED", "瀹屾垚"), + REJECT("REJECT", "椹冲洖"), TEAM_WORK("TEAM_WORK", "鍗忓悓鍔炵悊"), JUMP("JUMP", "璺宠繃"), SUPERVISE("SUPERVISE", "鐫e姙"), + HANGUP("HANGUP", "鎸傝捣"), + CANCEL_HANGUP("CANCEL_HANGUP", "鍙栨秷鎸傝捣"), ; -- Gitblit v1.8.0