package com.rbac.common; /** * 常量类 * @date 2014-3-24 * */ public class MvcConstant { //session中取得用户信息的key值 public static final String USER = "com_user"; //首页出错信息 public static final String ERROR_MSG = "error_msg"; }