package worker type queryParam struct { Cond string `json:"cond"` Manager string `json:"manager"` Page int `json:"page"` Limit int `json:"limit"` }