新增角色-审查人员
This commit is contained in:
@ -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`
|
@ -29,6 +29,8 @@ public enum EbtpRoleEnum {
|
||||
|
||||
SYSTEM_SUPERVISION("ebtp-supervision", "监督人员"),
|
||||
|
||||
SYSTEM_EXAMINATION("ebtp-examination", "审查人员"),
|
||||
|
||||
DEFAULT("", ""),
|
||||
|
||||
;
|
||||
|
Reference in New Issue
Block a user