mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-10 13:12:26 +08:00
8 lines
81 B
Go
8 lines
81 B
Go
package entity
|
|
|
|
type TestEntity struct {
|
|
ID uint64
|
|
Name string
|
|
Age int64
|
|
}
|