dashboard
repositories
filestore
activity
search
login
main
/
expert_management
专家管理系统后台
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
增加指定角色
heheng
23 hours ago
9c5c03d58c20e03fa7adc515ea15dc2a0f4dccb8
[expert_management.git]
/
expert-common
/
src
/
main
/
java
/
com
/
gkhy
/
common
/
constant
/
RoleConstants.java
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.gkhy.common.constant;
/**
* 角色的key 常量
*
* @author expert
*/
public class RoleConstants
{
/**
* 专家审批 key
*/
public static final String EXPERT_KEY = "expert";
}