fix
zhangqian
2023-09-25 cf96f6bc1fb484fde16bd5ed6d49534c96958022
model/request/task.go
@@ -8,3 +8,18 @@
   WorkOrder string `json:"workOrder"` // 工单
   Device    string `json:"device"`    // 设备
}
// TaskList 任务列表请求参数
type TaskList struct {
   PageInfo
}
type SendProcessParams struct {
   ProcedureId int   `json:"procedureId" binding:"required"`
   Channel     int32 `json:"channel"`
}
type GetProductProgress struct {
   ProcedureId int   `json:"procedureId" binding:"required"`
   Channel     int32 `json:"channel"`
}