mirror of
https://gitee.com/dromara/sa-token.git
synced 2025-10-22 03:27:23 +08:00
refactor: 重构 sa-token-redisson 插件
This commit is contained in:
@@ -28,6 +28,13 @@ public class SaSessionForFastjson2Customized extends SaSession {
|
||||
|
||||
private static final long serialVersionUID = -7600983549653130681L;
|
||||
|
||||
/**
|
||||
* 构建一个 SaSession 对象
|
||||
*/
|
||||
public SaSessionForFastjson2Customized() {
|
||||
super();
|
||||
}
|
||||
|
||||
/**
|
||||
* 构建一个 SaSession 对象
|
||||
* @param id Session 的 id
|
||||
|
Reference in New Issue
Block a user