dashboard
repositories
filestore
activity
search
login
main
/
smart_assess
智能安评系统后端
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
增加监管机构数据限制
heheng
2024-12-16
bd9cf1a87d50cc7cb29118cc85f397a7ab7228e9
[smart_assess.git]
/
assess-common
/
src
/
main
/
java
/
com
/
gkhy
/
assess
/
common
/
constant
/
SuperAccountConstant.java
1
2
3
4
5
6
7
package com.gkhy.assess.common.constant;
public class SuperAccountConstant {
public static final String SUPER_ADMIN = "admin";
public static final String ADMINISTRATOR = "administrator";
}