com.zoi7.component.web.constants.SessionConstants Maven / Gradle / Ivy
package com.zoi7.component.web.constants;
/**
* @author yjy
* 2018-06-27 12:46
*/
public interface SessionConstants {
String SESSION_USER = "session_user";
String SESSION_ADMIN_USER = "session_admin_user";
String MOBILE_CODE = "session_mobile_code";
String MOBILE_CODE_EXPIRED = "session_mobile_expired";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy