| | |
| | | definitions: |
| | | common.ProcedureMaterial: |
| | | properties: |
| | | amount: |
| | | type: number |
| | | materialId: |
| | | type: string |
| | | materialName: |
| | | type: string |
| | | unit: |
| | | type: string |
| | | type: object |
| | | common.ProcedureWorker: |
| | | properties: |
| | | endTime: |
| | | type: integer |
| | | phoneNum: |
| | | type: string |
| | | startTime: |
| | | type: integer |
| | | workerId: |
| | | type: string |
| | | workerName: |
| | | type: string |
| | | type: object |
| | | common.ProductProcedure: |
| | | properties: |
| | | deviceId: |
| | | type: string |
| | | deviceName: |
| | | type: string |
| | | endTime: |
| | | type: integer |
| | | inputMaterials: |
| | | description: 输入物料列表 |
| | | items: |
| | | $ref: '#/definitions/common.ProcedureMaterial' |
| | | type: array |
| | | outputMaterials: |
| | | description: 输出物料列表 |
| | | items: |
| | | $ref: '#/definitions/common.ProcedureMaterial' |
| | | type: array |
| | | procedureId: |
| | | type: string |
| | | procedureName: |
| | | type: string |
| | | startTime: |
| | | type: integer |
| | | workHours: |
| | | type: number |
| | | workers: |
| | | description: 人员列表 |
| | | items: |
| | | $ref: '#/definitions/common.ProcedureWorker' |
| | | type: array |
| | | type: object |
| | | contextx.Response: |
| | | properties: |
| | | code: |
| | |
| | | msg: |
| | | type: string |
| | | type: object |
| | | model.NetConfig: |
| | | properties: |
| | | dns: |
| | | description: dns |
| | | type: string |
| | | gateway: |
| | | description: 网关 |
| | | type: string |
| | | id: |
| | | type: integer |
| | | ip: |
| | | description: 本机ip |
| | | type: string |
| | | mask: |
| | | description: 子网掩码 |
| | | type: string |
| | | networkCard: |
| | | description: 网卡 |
| | | type: string |
| | | status: |
| | | allOf: |
| | | - $ref: '#/definitions/model.NetConfigStatus' |
| | | description: 状态(1启用2禁用) |
| | | required: |
| | | - gateway |
| | | - ip |
| | | - mask |
| | | - networkCard |
| | | type: object |
| | | model.NetConfigStatus: |
| | | enum: |
| | | - 1 |
| | | - 2 |
| | | type: integer |
| | | x-enum-comments: |
| | | NetConfigStatusDisabled: 关闭 |
| | | NetConfigStatusEnabled: 开启 |
| | | x-enum-varnames: |
| | | - NetConfigStatusEnabled |
| | | - NetConfigStatusDisabled |
| | | model.Order: |
| | | properties: |
| | | amount: |
| | |
| | | type: string |
| | | startTime: |
| | | type: integer |
| | | status: |
| | | $ref: '#/definitions/model.OrderStatus' |
| | | unit: |
| | | type: string |
| | | workOrderId: |
| | | type: string |
| | | type: object |
| | | model.OrderStatus: |
| | | enum: |
| | | - 1 |
| | | - 2 |
| | | type: integer |
| | | x-enum-varnames: |
| | | - OrderStatusUnFinished |
| | | - OrderStatusFinished |
| | | model.PlcBrand: |
| | | properties: |
| | | id: |
| | | type: integer |
| | | name: |
| | | type: string |
| | | type: object |
| | | model.ProcedureStatus: |
| | | enum: |
| | | - 1 |
| | | - 2 |
| | | type: integer |
| | | x-enum-varnames: |
| | | - ProcedureStatusUnFinished |
| | | - ProcedureStatusFinished |
| | | model.Procedures: |
| | | properties: |
| | | endTime: |
| | | type: integer |
| | | id: |
| | | type: integer |
| | | procedure: |
| | | allOf: |
| | | - $ref: '#/definitions/request.ProductProcedure' |
| | | description: request.ProductProcedure 对象 |
| | | type: object |
| | | request.ProcedureMaterial: |
| | | properties: |
| | | amount: |
| | | type: number |
| | | materialId: |
| | | type: string |
| | | materialName: |
| | | type: string |
| | | unit: |
| | | type: string |
| | | type: object |
| | | request.ProcedureWorker: |
| | | properties: |
| | | endTime: |
| | | type: integer |
| | | phoneNum: |
| | | type: string |
| | | - $ref: '#/definitions/common.ProductProcedure' |
| | | description: common.ProductProcedure 对象 |
| | | startTime: |
| | | type: integer |
| | | workerId: |
| | | type: string |
| | | workerName: |
| | | status: |
| | | $ref: '#/definitions/model.ProcedureStatus' |
| | | type: object |
| | | request.AddPlcBrand: |
| | | properties: |
| | | id: |
| | | type: integer |
| | | name: |
| | | type: string |
| | | type: object |
| | | request.ProductProcedure: |
| | | request.UpdatePlcBrand: |
| | | properties: |
| | | deviceId: |
| | | type: string |
| | | deviceName: |
| | | type: string |
| | | endTime: |
| | | id: |
| | | type: integer |
| | | inputMaterials: |
| | | description: 输入物料列表 |
| | | items: |
| | | $ref: '#/definitions/request.ProcedureMaterial' |
| | | type: array |
| | | outputMaterials: |
| | | description: 输出物料列表 |
| | | items: |
| | | $ref: '#/definitions/request.ProcedureMaterial' |
| | | type: array |
| | | procedureId: |
| | | name: |
| | | type: string |
| | | procedureName: |
| | | type: string |
| | | startTime: |
| | | type: object |
| | | response.ListResponse: |
| | | properties: |
| | | code: |
| | | type: integer |
| | | workHours: |
| | | type: number |
| | | workers: |
| | | description: 人员列表 |
| | | items: |
| | | $ref: '#/definitions/request.ProcedureWorker' |
| | | type: array |
| | | count: |
| | | type: integer |
| | | data: {} |
| | | msg: |
| | | type: string |
| | | type: object |
| | | response.ProcessParams: |
| | | properties: |
| | |
| | | type: object |
| | | response.TaskData: |
| | | properties: |
| | | deviceName: |
| | | type: string |
| | | deviceStatus: |
| | | type: string |
| | | nextProcedure: |
| | | $ref: '#/definitions/model.Procedures' |
| | | order: |
| | | $ref: '#/definitions/model.Order' |
| | | procedure: |
| | |
| | | info: |
| | | contact: {} |
| | | paths: |
| | | /v1/cc/nn: |
| | | get: |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/contextx.Response' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/model.NetConfig' |
| | | type: array |
| | | type: object |
| | | summary: 获取网络配置 |
| | | tags: |
| | | - Config |
| | | put: |
| | | parameters: |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/model.NetConfig' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/contextx.Response' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/response.ProcessParams' |
| | | type: array |
| | | type: object |
| | | summary: 设置网络配置 |
| | | tags: |
| | | - Config |
| | | /v1/config/net: |
| | | get: |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/contextx.Response' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/model.NetConfig' |
| | | type: array |
| | | type: object |
| | | summary: 获取网络配置 |
| | | tags: |
| | | - Config |
| | | put: |
| | | parameters: |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/model.NetConfig' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: 成功 |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/contextx.Response' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/response.ProcessParams' |
| | | type: array |
| | | type: object |
| | | summary: 设置网络配置 |
| | | tags: |
| | | - Config |
| | | /v1/plcBrand/add: |
| | | post: |
| | | parameters: |
| | | - description: 查询参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.AddPlcBrand' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: OK |
| | | schema: |
| | | $ref: '#/definitions/contextx.Response' |
| | | summary: 添加plc品牌 |
| | | tags: |
| | | - plc品牌 |
| | | /v1/plcBrand/delete/{id}: |
| | | delete: |
| | | parameters: |
| | | - description: 查询参数 |
| | | in: path |
| | | name: id |
| | | required: true |
| | | type: integer |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: OK |
| | | schema: |
| | | $ref: '#/definitions/contextx.Response' |
| | | summary: 删除plc品牌 |
| | | tags: |
| | | - plc品牌 |
| | | /v1/plcBrand/list: |
| | | get: |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: OK |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/response.ListResponse' |
| | | - properties: |
| | | data: |
| | | items: |
| | | $ref: '#/definitions/model.PlcBrand' |
| | | type: array |
| | | type: object |
| | | summary: 获取plc品牌列表 |
| | | tags: |
| | | - plc品牌 |
| | | /v1/plcBrand/update: |
| | | put: |
| | | parameters: |
| | | - description: 查询参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.UpdatePlcBrand' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: OK |
| | | schema: |
| | | $ref: '#/definitions/contextx.Response' |
| | | summary: 更新plc品牌 |
| | | tags: |
| | | - plc品牌 |
| | | /v1/task/finish/{id}: |
| | | put: |
| | | parameters: |