niki/entity/city.go

8 lines
90 B
Go

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