qudoco-be/app/module/cities/response/cities.response.go

8 lines
148 B
Go
Raw Normal View History

2026-02-24 09:37:19 +00:00
package response
type CitiesResponse struct {
ID uint `json:"id"`
CityName string `json:"city_name"`
ProvId int `json:"prov_id"`
}