From 17e9ad4bbbbd0129e8da4dc0cfeee0028d7121e0 Mon Sep 17 00:00:00 2001
From: zxl <763096477@qq.com>
Date: 星期一, 24 二月 2025 17:40:23 +0800
Subject: [PATCH] 资金类型和重点分类多选
---
common/src/main/java/com/ycl/common/enums/business/ProcessLogEventTypeEnum.java | 2 ++
1 files changed, 2 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..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
@@ -19,6 +19,8 @@
TEAM_WORK("TEAM_WORK", "鍗忓悓鍔炵悊"),
JUMP("JUMP", "璺宠繃"),
SUPERVISE("SUPERVISE", "鐫e姙"),
+ HANGUP("HANGUP", "鎸傝捣"),
+ CANCEL_HANGUP("CANCEL_HANGUP", "鍙栨秷鎸傝捣"),
;
--
Gitblit v1.8.0