zhangqian
2023-12-07 f0650a3cfc0da9941fdfddfcf89110d5985ae87b
model/request/task.go
@@ -15,7 +15,6 @@
type TaskList struct {
   PageInfo
   TaskMode constvar.TaskMode `json:"taskMode" form:"taskMode"`
   DeviceID string            `json:"deviceID"`
}
type SendProcessParams struct {
@@ -23,7 +22,8 @@
}
type GetProductProgress struct {
   Channel int32 `json:"channel"`
   ProcedureId uint  `json:"procedureId"`
   Channel     int32 `json:"channel"`
}
// ProcessModelList 工艺参数列表请求参数