model/request/task.go
@@ -15,15 +15,15 @@ type TaskList struct { PageInfo TaskMode constvar.TaskMode `json:"taskMode" form:"taskMode"` DeviceID string `json:"deviceID"` } 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 工艺参数列表请求参数