🎨 新增获取提交列表接口

This commit is contained in:
2022-06-02 16:21:42 +08:00
parent 991165125f
commit 090acb0454
3 changed files with 67 additions and 0 deletions

8
models/param/submit.go Normal file
View 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"`
}