package model type City struct { Id uint `gorm:"primaryKey"` CityId uint CityName string ProvId uint ProvName string }