redis token

This commit is contained in:
zp
2024-01-15 17:30:07 +08:00
parent 00122cc66d
commit cb8ca55aba
28 changed files with 931 additions and 31 deletions

View File

@ -21,6 +21,8 @@ type Writer struct {
Qq interface{} //
RealName interface{} // 真名
IdNo interface{} // 身份证号
IsAdmin interface{} // 是否是管理员
RoleIds interface{} // 角色id
CreatedAt *gtime.Time //
UpdatedAt *gtime.Time //
DeletedAt *gtime.Time //