package model
// GetListStaffRequest ...
type GetListStaffRequest struct {
Staffs []string `json:"Staffs"`
}