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