package request import ( "git.echol.cn/loser/st/server/model/common/request" ) type ExaAttachmentCategorySearch struct { ClassId int `json:"classId" form:"classId"` request.PageInfo }