From 0457f96716de8125560f332fcf718100b9f754eb Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期三, 13 九月 2023 21:03:56 +0800 Subject: [PATCH] 适应性改动 --- docs/swagger.yaml | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index ba90e7f..a6908c8 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -25,6 +25,11 @@ type: object common.ProductProcedure: properties: + allProcedureNames: + description: 鎵�灞炲伐鍗曞伐搴忓垪琛� + items: + type: string + type: array deviceId: type: string deviceName: @@ -367,6 +372,11 @@ type: integer procedure: $ref: '#/definitions/model.Procedures' + workers: + description: 浜哄憳鍒楄〃 + items: + $ref: '#/definitions/common.ProcedureWorker' + type: array type: object info: contact: {} @@ -451,7 +461,7 @@ tags: - Config /v1/plc/productProgress: - get: + post: parameters: - description: 鏌ヨ鍙傛暟 in: body -- Gitblit v1.8.0