dashboard
repositories
filestore
activity
search
login
main
/
multi_system
多体系后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
修复minio下载预览地址
heheng
2025-07-22
c6c31238eb870b5bc9bf0765edd439e9896919da
[multi_system.git]
/
multi-common
/
src
/
main
/
java
/
com
/
gkhy
/
exam
/
common
/
enums
/
SensitiveTypeEnum.java
1
2
3
4
5
6
7
8
9
10
package com.gkhy.exam.common.enums;
/**
* 脱敏类型枚举
*/
public enum SensitiveTypeEnum {
CHINESE_NAME,
ID_CARD,
MOBILE_PHONE;
}