com.hframework.web.SessionKey Maven / Gradle / Ivy
package com.hframework.web;
/**
* Created by zhangquanhong on 2016/9/20.
*/
public interface SessionKey {
public static final String USER = "USER";
public static final String AUTH = "AUTH";
}