remove req struct

This commit is contained in:
lzh
2025-07-25 10:25:42 +08:00
parent 4343dfaa31
commit 39b199eac6
8 changed files with 39 additions and 29 deletions

View File

@@ -33,7 +33,3 @@ type TaskVo struct {
StartTime time.Time `json:"startTime"`
Running bool `json:"running"`
}
type TaskIdReq struct {
Id int `form:"id" binding:"required"`
}