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