From dcf9d1324c4ecc23bc0b120ee9af9f0f74cde034 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期一, 08 一月 2024 19:04:50 +0800 Subject: [PATCH] swagger提交 --- docs/swagger.yaml | 31 +++++++++++++++++++++++++++++++ 1 files changed, 31 insertions(+), 0 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 515cef4..039abfe 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -663,6 +663,13 @@ allOf: - $ref: '#/definitions/constvar.OperationStatus' description: 鐘舵�� + toLocation: + allOf: + - $ref: '#/definitions/models.Location' + description: 鐩爣浣嶇疆 + toLocationId: + description: 鐩爣浣嶇疆id + type: integer updateTime: type: string waybillNumber: @@ -957,6 +964,9 @@ allOf: - $ref: '#/definitions/constvar.OperationStatus' description: 鐘舵�� + toLocationId: + description: 鐩爣浣嶇疆id + type: integer waybillNumber: description: 杩愬崟鍙� type: string @@ -1453,6 +1463,9 @@ allOf: - $ref: '#/definitions/constvar.OperationStatus' description: 鐘舵�� + toLocationId: + description: 鐩爣浣嶇疆id + type: integer waybillNumber: description: 杩愬崟鍙� type: string @@ -2834,6 +2847,24 @@ summary: 鑾峰彇浜у搧鍒楄〃 tags: - 浜у搧 + /api-wms/v1/product/getUserInfo: + get: + produces: + - application/json + responses: + "200": + description: 鎴愬姛 + schema: + allOf: + - $ref: '#/definitions/util.ResponseList' + - properties: + data: + additionalProperties: true + type: object + type: object + summary: 鑾峰彇鐧诲綍鐢ㄦ埛淇℃伅 + tags: + - 浜у搧 /api-wms/v1/product/listDisuse: post: parameters: -- Gitblit v1.8.0