You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
392 B

package com.stone.conf.enums;
public class Constants {
public static final String SUCCESS_CODE = "100";
public static final String SUCCESS_MSG = "请求成功";
/**
* session中存放用户信息的key值
*/
public static final String SESSION_USER_PERMISSION = "userPermission";
public final static String SESSION_USER_OBJECT = "SESSION_USER_OBJECT_EXP";
}