From 6947c8ed7b241e1d85f49a1c2bd6bff291b17dbf Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期四, 13 二月 2025 21:26:40 +0800 Subject: [PATCH] mybatisplus版本升级支持通用枚举、新增部门树、用户列表的无数据权限接口 --- common/src/main/java/com/ycl/common/enums/business/ProcessLogEventTypeEnum.java | 1 + 1 files changed, 1 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..c481324 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,6 +15,7 @@ DELEGATE("DELEGATE", "杞姙"), FINISHED("FINISHED", "瀹屾垚"), + REJECT("REJECT", "椹冲洖"), TEAM_WORK("TEAM_WORK", "鍗忓悓鍔炵悊"), JUMP("JUMP", "璺宠繃"), SUPERVISE("SUPERVISE", "鐫e姙"), -- Gitblit v1.8.0