package address type Address struct { ProvinceId uint `json:"provinceId"` CityId uint `json:"cityId"` CountyId uint `json:"countyId"` TownId uint `json:"townId"` FullAddress string `json:"fullAddress"` }