package entity

type City struct {
	ID         uint
	Name       string
	ProvinceID uint
}