package officialmod // QueryCond 查询列表 type QueryCond struct { Type string `form:"type" json:"type" binding:"required"` }