11 lines
184 B
Go
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
|
|
}
|