package model
// SupplierStaffShort ...
type SupplierStaffShort struct {
ID string `json:"_id"`
Name string `json:"name"`
Role string `json:"role"`
}