forked from ebhomengo/niki
1
0
Fork 0
niki/entity/city.go

8 lines
90 B
Go
Raw Normal View History

package entity
type City struct {
ID uint
Name string
ProvinceID uint
}