package command

type BatchRemove struct {
	CompanyId     int64   `json:"company_id"`
	UserIds       []int64 `json:"user_ids"`
	DepartmentIds []int   `json:"department_ids"`
}