online_code/models/param/problem.go

7 lines
119 B
Go
Raw Normal View History

package param
type GetProblemList struct {
page
Keyword string `json:"keyword" form:"keyword"` // 问题关键字
}