| | |
| | | type: string |
| | | value: {} |
| | | type: object |
| | | response.ProcessParamsResponse: |
| | | properties: |
| | | number: |
| | | type: string |
| | | params: |
| | | items: |
| | | $ref: '#/definitions/response.ProcessParams' |
| | | type: array |
| | | type: object |
| | | response.ProductProgress: |
| | | properties: |
| | | finishNumber: |
| | | type: integer |
| | | type: object |
| | | response.TaskData: |
| | | properties: |
| | | deviceName: |
| | |
| | | summary: 更新plc配置 |
| | | tags: |
| | | - Config |
| | | /v1/plc/productProgress: |
| | | get: |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/contextx.Response' |
| | | - properties: |
| | | data: |
| | | $ref: '#/definitions/response.ProductProgress' |
| | | type: object |
| | | summary: 获取生产进度 |
| | | tags: |
| | | - 获取动态数据 |
| | | /v1/plcBrand/add: |
| | | post: |
| | | parameters: |
| | |
| | | - $ref: '#/definitions/contextx.Response' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/response.ProcessParams' |
| | | type: array |
| | | $ref: '#/definitions/response.ProcessParamsResponse' |
| | | type: object |
| | | summary: 任务开始 |
| | | tags: |