| | |
| | | } |
| | | |
| | | type TaskData struct { |
| | | Order *model.Order |
| | | Procedure *model.Procedures |
| | | NextProcedure *model.Procedures |
| | | Order *model.Order |
| | | Procedure *model.Procedures |
| | | Config |
| | | } |
| | | |
| | |
| | | DeviceStatus string |
| | | } |
| | | |
| | | type ProcessParamsResponse struct { |
| | | Number string |
| | | Params []ProcessParams |
| | | } |
| | | |
| | | type ProcessParams struct { |
| | | Key string |
| | | Value interface{} |
| | | } |
| | | |
| | | type NetConfig struct { |
| | | DeviceName string |
| | | DeviceStatus string |
| | | type ProductProgress struct { |
| | | FinishNumber int `json:"finishNumber"` |
| | | TotalNumber int `json:"totalNumber"` |
| | | } |
| | | |
| | | type TaskCountdown struct { |
| | | CountDownHour int64 //倒计时 时 |
| | | CountDownMinute int64 //倒计时 分 |
| | | ShowCountDown bool //是否展示倒计时 |
| | | } |