heheng
yesterday 9c5c03d58c20e03fa7adc515ea15dc2a0f4dccb8
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";
 
 
}