From 36a8d4505d6f2ce688f8d7df451adfa29ee9950c Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期一, 09 十月 2023 10:21:24 +0800 Subject: [PATCH] update swagger --- docs/swagger.yaml | 3 +++ docs/docs.go | 4 ++++ docs/swagger.json | 4 ++++ 3 files changed, 11 insertions(+), 0 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 77a7788..5868d78 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1071,6 +1071,10 @@ "procedureId": { "type": "string" }, + "processModelNumber": { + "description": "宸ヨ壓妯″瀷缂栧彿", + "type": "string" + }, "startTime": { "type": "integer" }, diff --git a/docs/swagger.json b/docs/swagger.json index 3dd1523..39f51a6 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -1059,6 +1059,10 @@ "procedureId": { "type": "string" }, + "processModelNumber": { + "description": "宸ヨ壓妯″瀷缂栧彿", + "type": "string" + }, "startTime": { "type": "integer" }, diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 8022b29..e17229c 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -287,6 +287,9 @@ description: common.ProductProcedure 瀵硅薄 procedureId: type: string + processModelNumber: + description: 宸ヨ壓妯″瀷缂栧彿 + type: string startTime: type: integer status: -- Gitblit v1.8.0