mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-19 06:02:27 +08:00
init commit
This commit is contained in:
8
service/annie-user-api/entity/user_entity.go
Normal file
8
service/annie-user-api/entity/user_entity.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package entity
|
||||
|
||||
type User struct {
|
||||
Uid uint64
|
||||
Username string
|
||||
Password string
|
||||
IsAdmin bool
|
||||
}
|
||||
Reference in New Issue
Block a user