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

8 lines
81 B
Go

package entity
type TestEntity struct {
ID uint64
Name string
Age int64
}