From 4041b5571482c5515d15857f59b14a72045350c6 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期一, 23 十月 2023 12:05:20 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS --- docs/swagger.yaml | 22 ++++++++++++++++++++-- 1 files changed, 20 insertions(+), 2 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index b126c9c..4f54f49 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -914,6 +914,8 @@ pageSize: description: 姣忛〉澶у皬 type: integer + status: + $ref: '#/definitions/constvar.OperationStatus' type: object request.PageInfo: properties: @@ -1844,7 +1846,7 @@ summary: 鍏ュ簱/鍑哄簱鍒楄〃 tags: - 鍏ュ簱/鍑哄簱 - /api-wms/v1/operation/listAll: + /api-wms/v1/operation/listTransfer: post: parameters: - description: 鍙傛暟 @@ -1860,7 +1862,7 @@ description: 鎴愬姛 schema: $ref: '#/definitions/util.Response' - summary: 璋冩嫧 + summary: 搴撳瓨璋冩嫧鍒楄〃 tags: - 鍏ュ簱/鍑哄簱 /api-wms/v1/operation/operation: @@ -1919,6 +1921,22 @@ summary: 淇敼鍏ュ簱/鍑哄簱淇℃伅 tags: - 鍏ュ簱/鍑哄簱 + /api-wms/v1/operationType/listTransfer: + get: + parameters: + - in: query + name: keyword + type: string + produces: + - application/json + responses: + "200": + description: 鎴愬姛 + schema: + $ref: '#/definitions/util.ResponseList' + summary: 璋冩嫧绫诲瀷鍒楄〃 + tags: + - 涓氬姟绫诲瀷 /api-wms/v1/operationType/operationType: get: parameters: -- Gitblit v1.8.0