change request get staff #69

Merged
Ghost merged 1 commits from feaure/staff-getinfo into develop 2022-11-21 03:39:07 +00:00
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"`
}