package response
type DistrictsResponse struct {
ID uint `json:"id"`
DisNam string `json:"disNam"`
CityId int `json:"cityId"`
}