新增角色-审查人员

This commit is contained in:
fuqingji
2022-05-17 10:42:27 +08:00
parent ab2706dafe
commit 9db6c905fa
2 changed files with 3 additions and 0 deletions

View File

@ -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`

View File

@ -29,6 +29,8 @@ public enum EbtpRoleEnum {
SYSTEM_SUPERVISION("ebtp-supervision", "监督人员"),
SYSTEM_EXAMINATION("ebtp-examination", "审查人员"),
DEFAULT("", ""),
;