package models
type User struct {
Id int64
Username string
Password string
Nickname string
Status int
CreatedAt int64
UpdatedAt int64
}