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

10 lines
231 B
Go
Raw Normal View History

2025-11-15 15:46:24 +00:00
package response
type ProvincesResponse struct {
ID uint `json:"id"`
ProvName string `json:"provName"`
LocationId int `json:"locationId"`
Status int `json:"status"`
Timezone string `json:"timezone"`
}