From 5956ba57437a85d99afd609cfdb5210f809009f8 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期日, 08 十月 2023 15:52:55 +0800
Subject: [PATCH] 增加工艺列表增加旧工艺返回

---
 docs/swagger.yaml |   32 +++++++++++++++++++++++++++++++-
 1 files changed, 31 insertions(+), 1 deletions(-)

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 42c23d7..8022b29 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -292,6 +292,34 @@
       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:
@@ -671,7 +699,9 @@
             - $ref: '#/definitions/contextx.Response'
             - properties:
                 data:
-                  $ref: '#/definitions/response.TaskCountdown'
+                  items:
+                    $ref: '#/definitions/model.ProcessModel'
+                  type: array
               type: object
       summary: 鑾峰彇宸ヨ壓妯″瀷鍒楄〃
       tags:

--
Gitblit v1.8.0