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

8 lines
146 B
Go
Raw Normal View History

2025-11-15 15:46:24 +00:00
package response
type CitiesResponse struct {
ID uint `json:"id"`
CityName string `json:"cityName"`
ProvId int `json:"provId"`
}