zhangqian
2023-10-26 2df84cdc7faf29cc8a2512b627a36a3881276b9f
model/request/task.go
@@ -18,12 +18,11 @@
}
type SendProcessParams struct {
   ProcedureId int `json:"procedureId" binding:"required"`
   ProcedureId uint `json:"procedureId" binding:"required"`
}
type GetProductProgress struct {
   ProcedureId int   `json:"procedureId" binding:"required"`
   Channel     int32 `json:"channel"`
   Channel int32 `json:"channel"`
}
// ProcessModelList 工艺参数列表请求参数