[location] update request model add page & limit

This commit is contained in:
thaingocquang 2022-11-07 15:48:28 +07:00
parent 006accb415
commit 34b1de6d42
1 changed files with 3 additions and 0 deletions

View File

@ -35,4 +35,7 @@ type RequestCondition struct {
Keyword string `json:"keyword"`
Region string `json:"region"`
Page int `json:"page"`
Limit int `json:"limit"`
}