docs/swagger.yaml
@@ -488,6 +488,30 @@ summary: 获取生产进度 tags: - 生产数量 /v1/plc/productProgressRealTime: post: parameters: - description: 查询参数 in: body name: object required: true schema: $ref: '#/definitions/request.SendProcessParams' produces: - application/json responses: "200": description: 成功 schema: allOf: - $ref: '#/definitions/contextx.Response' - properties: data: $ref: '#/definitions/response.ProductProgress' type: object summary: 实时获取生产进度 tags: - 生产数量 /v1/plc/setProductNumber: post: produces: