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("", ""), ;