From 96844c22ef3fba86a55e0af1b51bc1009d6fa950 Mon Sep 17 00:00:00 2001 From: jiangshuai <291802688@qq.com> Date: 星期五, 20 十月 2023 11:57:48 +0800 Subject: [PATCH] 1.库存盘点bug修改 --- docs/swagger.yaml | 21 ++++----------------- 1 files changed, 4 insertions(+), 17 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 64383bf..03e1f8c 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -648,22 +648,6 @@ description: 浜у搧id type: string type: object - request.AddLocationProductAmount: - properties: - Amount: - description: 搴撳瓨鏁伴噺 - type: number - adjustAmount: - description: 宸�� - type: number - differenceAmount: - description: 璁℃暟鏁伴噺 - type: number - locationId: - type: integer - productId: - type: string - type: object request.AddOperation: properties: comment: @@ -1048,6 +1032,9 @@ differenceAmount: description: 璁℃暟鏁伴噺 type: number + locationId: + description: 浣嶇疆id + type: integer operationId: description: 鍑哄叆搴搃d type: integer @@ -1722,7 +1709,7 @@ name: object required: true schema: - $ref: '#/definitions/request.AddLocationProductAmount' + $ref: '#/definitions/request.UpdateLocationProductAmount' produces: - application/json responses: -- Gitblit v1.8.0