lckt-server/model/example/request/exa_file_upload_and_downloads.go
2025-04-09 12:17:33 +08:00

11 lines
184 B
Go

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