v0.1
This commit is contained in:
10
config/UserConfig.go
Normal file
10
config/UserConfig.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package config
|
||||
|
||||
type UserConfig struct {
|
||||
// 用户名
|
||||
Username string
|
||||
// 密码
|
||||
Password string
|
||||
// 登录时间
|
||||
LoginTime string
|
||||
}
|
Reference in New Issue
Block a user