feat: 增加系统管理员

This commit is contained in:
chenzifan
2024-03-12 18:06:49 +08:00
parent 71f7a1b166
commit 9bf1576fb4
5 changed files with 62 additions and 43 deletions

View File

@@ -3,7 +3,6 @@ package vo
type AdminUser struct {
BaseVo
Username string `json:"username"`
Salt string `json:"salt"` // 密码盐
Status bool `json:"status"` // 当前状态
LastLoginAt int64 `json:"last_login_at"` // 最后登录时间
LastLoginIp string `json:"last_login_ip"` // 最后登录 IP