mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-02-17 18:42:26 +08:00
init commit
This commit is contained in:
7
service/annie-user-api/entity/test_entity.go
Normal file
7
service/annie-user-api/entity/test_entity.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package entity
|
||||
|
||||
type TestEntity struct {
|
||||
ID uint64
|
||||
Name string
|
||||
Age int64
|
||||
}
|
||||
Reference in New Issue
Block a user