✨ 重新初始化项目
This commit is contained in:
5
model/cache/user.go
vendored
5
model/cache/user.go
vendored
@@ -4,9 +4,8 @@ import "encoding/json"
|
||||
|
||||
// UserInfo 登录用的用户信息结构体
|
||||
type UserInfo struct {
|
||||
UserType string `json:"userType"` // 用户类型
|
||||
RoleCodes string `json:"roleCodes"` // 角色代码
|
||||
UserId string `json:"userId"` // 用户Id
|
||||
UserType string `json:"userType"` // 用户类型
|
||||
UserId int `json:"userId"` // 用户Id
|
||||
}
|
||||
|
||||
// String 实现Stringer接口
|
||||
|
Reference in New Issue
Block a user