From 9db6c905fade7888d1c2015208e51a37d25ff812 Mon Sep 17 00:00:00 2001 From: fuqingji <51312040@qq.com> Date: Tue, 17 May 2022 10:42:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=A7=92=E8=89=B2-=E5=AE=A1?= =?UTF-8?q?=E6=9F=A5=E4=BA=BA=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + .../com/chinaunicom/mall/ebtp/common/constant/EbtpRoleEnum.java | 2 ++ 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index 79b5997..a6bd1ed 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,4 @@ - add:日志添加事务排除、try/catch拦截异常 `common.log.service.impl.OperationLogServiceImpl` - add: kafka日志发送service添加@Async注解 `common.log.producer.OperationLogKafkaProducer` - add: 文件sdk新增修改文件名称接口 `cloud.attachment.sdk.api.AttachmentClient` + - add: 新增角色-审查人员 `common.constant.EbtpRoleEnum` \ No newline at end of file diff --git a/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/constant/EbtpRoleEnum.java b/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/constant/EbtpRoleEnum.java index 71824a9..6e8606c 100644 --- a/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/constant/EbtpRoleEnum.java +++ b/uboot-common/src/main/java/com/chinaunicom/mall/ebtp/common/constant/EbtpRoleEnum.java @@ -29,6 +29,8 @@ public enum EbtpRoleEnum { SYSTEM_SUPERVISION("ebtp-supervision", "监督人员"), + SYSTEM_EXAMINATION("ebtp-examination", "审查人员"), + DEFAULT("", ""), ;