Merge pull request 'dev-refactor-location' (#129) from dev-refactor-location into develop
Reviewed-on: #129
This commit is contained in:
commit
a78c327201
|
@ -2,6 +2,7 @@ package model
|
|||
|
||||
// LocationRequestPayload ...
|
||||
type (
|
||||
// LocationRequestPayload ...
|
||||
LocationRequestPayload struct {
|
||||
Province int `json:"province"`
|
||||
District int `json:"district"`
|
||||
|
|
Loading…
Reference in New Issue