package MySwagger type OrgtreeQuery struct { Conditions string `json:"conditions"` Page int `json:"page" example:"1"` }