narasiahli-be/app/module/districts/response/districts.response.go

8 lines
141 B
Go
Raw Normal View History

2025-09-19 04:08:42 +00:00
package response
type DistrictsResponse struct {
ID uint `json:"id"`
DisNam string `json:"disNam"`
CityId int `json:"cityId"`
2025-09-19 04:08:42 +00:00
}