Files
hk4e/service/annie-user-api/entity/user_entity.go
2022-11-20 15:38:00 +08:00

9 lines
103 B
Go

package entity
type User struct {
Uid uint64
Username string
Password string
IsAdmin bool
}