Merge pull request 'dev-refactor-location' (#129) from dev-refactor-location into develop

Reviewed-on: #129
This commit is contained in:
quangthai 2023-01-16 07:09:21 +00:00
commit a78c327201
1 changed files with 1 additions and 0 deletions

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"`