mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
init commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package entity
|
||||
|
||||
type TestEntity struct {
|
||||
ID uint64
|
||||
Name string
|
||||
Age int64
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
package entity
|
||||
|
||||
type User struct {
|
||||
Uid uint64
|
||||
Username string
|
||||
Password string
|
||||
IsAdmin bool
|
||||
}
|
||||
Reference in New Issue
Block a user