Merge pull request 'change request get staff' (#69) from feaure/staff-getinfo into develop

Reviewed-on: #69
This commit is contained in:
phuanbui 2022-11-21 03:39:07 +00:00
commit 48460713cb
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ package model
// GetListStaffRequest ...
type GetListStaffRequest struct {
Staffs []string `json:"Staffs"`
StaffIds []string `json:"staffIds"`
}