Update permission #4

Merged
trunglt251292 merged 8 commits from update-permission into master 2022-07-01 02:26:53 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 912e1bf7a3 - Show all commits

View File

@ -29,8 +29,8 @@ type GetTokenByPhoneResponse struct {
// When partner use. Bson unmarshal convert to struct // When partner use. Bson unmarshal convert to struct
type GetInfoStaff struct { type GetInfoStaff struct {
Condition interface{} Condition interface{}
Page int Page int64
Limit int Limit int64
Sort bson.D Sort bson.D
} }