dev-refactor-location #129
|
@ -2,6 +2,7 @@ package model
|
|||
|
||||
// LocationRequestPayload ...
|
||||
type (
|
||||
// LocationRequestPayload ...
|
||||
LocationRequestPayload struct {
|
||||
Province int `json:"province"`
|
||||
District int `json:"district"`
|
||||
|
|
Loading…
Reference in New Issue