This commit is contained in:
2024-12-24 20:50:42 +08:00
commit 4a2c9ae7de
384 changed files with 183586 additions and 0 deletions

10
config/UserConfig.go Normal file
View File

@@ -0,0 +1,10 @@
package config
type UserConfig struct {
// 用户名
Username string
// 密码
Password string
// 登录时间
LoginTime string
}