zhangqian
2023-10-23 35ae9f8fe6b7ec53a9c33f0922ed37b13b2fc394
model/request/task.go
@@ -18,7 +18,7 @@
}
type SendProcessParams struct {
   ProcedureId int `json:"procedureId" binding:"required"`
   ProcedureId uint `json:"procedureId" binding:"required"`
}
type GetProductProgress struct {