zhangqian
2023-09-25 cb2f80a627413d6dda5b9071a2711cb03964ed15
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"`
}