change request get staff

This commit is contained in:
anbuiselly 2022-11-21 10:37:53 +07:00
parent 74b88b9a2f
commit f8658523a2
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"`
}