package admincityparam type Data struct { ID uint `json:"id"` Name string `json:"name"` ProvinceId uint `json:"province_id"` }