This commit is contained in:
2025-06-12 10:20:26 +08:00
parent 96d537c044
commit b71e718308
40 changed files with 1961 additions and 108 deletions

View File

@@ -54,3 +54,8 @@ type SysMenuDto struct {
Children []*SysMenuDto `json:"children"`
}
type LoginTimeDto struct {
ThisLoginTime time.Time
LastLoginTime time.Time
}