refactor-location #134
|
@ -2,5 +2,5 @@ package model
|
||||||
|
|
||||||
// GetListStaffRequest ...
|
// GetListStaffRequest ...
|
||||||
type GetListStaffRequest struct {
|
type GetListStaffRequest struct {
|
||||||
Staffs []string `json:"Staffs"`
|
StaffIds []string `json:"staffIds"`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue