public class SysContext extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
getClientId() |
static cn.hutool.json.JSONObject |
getUser() |
static Long |
getUserId() |
static String |
getUserName() |
static void |
removeUserContext() |
static void |
setUser(cn.hutool.json.JSONObject user) |
public static void setUser(cn.hutool.json.JSONObject user)
public static cn.hutool.json.JSONObject getUser()
public static void removeUserContext()
public static Long getUserId()
public static String getUserName()
public static String getClientId()
Copyright © 2021. All rights reserved.