package com.gkhy.common.constant; /** * 角色的key 常量 * * @author expert */ public class RoleConstants { /** * 专家审批 key */ public static final String EXPERT_KEY = "expert"; }