zhangqian
2023-10-17 56307a744dc94f9b1eed3f7513a4be16a130e984
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 {