zhangqian
2023-10-20 22c70479624df6287335a95e868909ee999b25fc
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 {