7 lines
115 B
Go
7 lines
115 B
Go
|
package model
|
||
|
|
||
|
// GetListStaffRequest ...
|
||
|
type GetListStaffRequest struct {
|
||
|
StaffIds []string `json:"staffIds"`
|
||
|
}
|