package request import ( "byg-backend/model/common/request" ) type ExaAttachmentCategorySearch struct { ClassId int `json:"classId" form:"classId"` request.PageInfo }