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