| | |
| | | status: |
| | | $ref: '#/definitions/model.ProcedureStatus' |
| | | type: object |
| | | model.ProcessModel: |
| | | properties: |
| | | deviceId: |
| | | description: 用于过滤获取nsq消息 |
| | | type: string |
| | | isUpdate: |
| | | description: 前端用 |
| | | type: boolean |
| | | newNumber: |
| | | type: string |
| | | newParamsMap: |
| | | additionalProperties: true |
| | | type: object |
| | | number: |
| | | description: 工艺模型编号 |
| | | type: string |
| | | params: |
| | | type: string |
| | | paramsMap: |
| | | additionalProperties: true |
| | | type: object |
| | | procedure: |
| | | description: 工序 |
| | | type: string |
| | | product: |
| | | description: 产品名称 |
| | | type: string |
| | | type: object |
| | | request.AddPlcBrand: |
| | | properties: |
| | | id: |
| | |
| | | - $ref: '#/definitions/contextx.Response' |
| | | - properties: |
| | | data: |
| | | $ref: '#/definitions/response.TaskCountdown' |
| | | items: |
| | | $ref: '#/definitions/model.ProcessModel' |
| | | type: array |
| | | type: object |
| | | summary: 获取工艺模型列表 |
| | | tags: |