zhangqian
2023-10-09 468ceb8a9bfe9e15e3be470b23809dde83a11f0d
model/request/task.go
@@ -18,8 +18,7 @@
}
type SendProcessParams struct {
   ProcedureId uint  `json:"procedureId" binding:"required"`
   Channel     int32 `json:"channel"`
   ProcedureId int `json:"procedureId" binding:"required"`
}
type GetProductProgress struct {