增加存储用户对象时建议使用的key

This commit is contained in:
click33 2022-08-18 17:30:21 +08:00
parent bbb9e1bc73
commit 07fadc2747

View File

@ -25,7 +25,12 @@ public class SaSession implements SaSetValueInterface, Serializable {
*
*/
private static final long serialVersionUID = 1L;
/**
* Session 上存储用户对象时建议使用的key
*/
public static final String USER = "USER";
/**
* Session 上存储角色时建议使用的key
*/