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

10 lines
233 B
Go
Raw Normal View History

2026-02-24 09:37:19 +00:00
package response
type ProvincesResponse struct {
ID uint `json:"id"`
ProvName string `json:"prov_name"`
LocationId int `json:"location_id"`
Status int `json:"status"`
Timezone string `json:"timezone"`
}