🎨 新增获取提交列表接口
This commit is contained in:
8
models/param/submit.go
Normal file
8
models/param/submit.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package param
|
||||
|
||||
type GetSubmitList struct {
|
||||
page
|
||||
ProblemIdentity string `json:"problemIdentity" form:"problemIdentity"`
|
||||
UserIdentity string `json:"userIdentity" form:"userIdentity"`
|
||||
Status int `json:"status" form:"status"`
|
||||
}
|
Reference in New Issue
Block a user