refactor-location #134

Closed
trunglam wants to merge 270 commits from refactor-location into master
1 changed files with 1 additions and 0 deletions
Showing only changes of commit f69ac3ba0c - Show all commits

View File

@ -2,6 +2,7 @@ package model
// LocationRequestPayload ... // LocationRequestPayload ...
type ( type (
// LocationRequestPayload ...
LocationRequestPayload struct { LocationRequestPayload struct {
Province int `json:"province"` Province int `json:"province"`
District int `json:"district"` District int `json:"district"`