fix
zhangqian
2023-10-18 9a2c872821aadd4eeb7cdb8ec34a75b6d297055c
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 {