|
@@ -852,6 +852,10 @@ public class Constants {
|
|
public final static String GNMK_JYRJCXX_BW = "2";
|
|
public final static String GNMK_JYRJCXX_BW = "2";
|
|
|
|
|
|
/**
|
|
/**
|
|
|
|
+ * 会话用户信息
|
|
|
|
+ */
|
|
|
|
+ public static final String SESSION_KEY_USER = "GKAQ_USER_INFO";
|
|
|
|
+ /**
|
|
* 会话授权菜单
|
|
* 会话授权菜单
|
|
*/
|
|
*/
|
|
public static final String SESSION_KEY_MENUS = "GKAQ_USER_MENUS";
|
|
public static final String SESSION_KEY_MENUS = "GKAQ_USER_MENUS";
|
|
@@ -859,6 +863,10 @@ public class Constants {
|
|
* 会话授权按钮
|
|
* 会话授权按钮
|
|
*/
|
|
*/
|
|
public static final String SESSION_KEY_BTNS = "GKAQ_USER_BTNS";
|
|
public static final String SESSION_KEY_BTNS = "GKAQ_USER_BTNS";
|
|
|
|
+ /**
|
|
|
|
+ * 会话IP
|
|
|
|
+ */
|
|
|
|
+ public static final String SESSION_KEY_IP = "GKAQ_USER_IP";
|
|
|
|
|
|
/**
|
|
/**
|
|
* 日志类型:普通
|
|
* 日志类型:普通
|