xiecheng_server/model/example/request/exa_file_upload_and_downloads.go
2025-03-28 17:14:57 +08:00

11 lines
195 B
Go

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