niki/entity/city.go

8 lines
90 B
Go
Raw Permalink Normal View History

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