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.json |   29 +++++------------------------
 1 files changed, 5 insertions(+), 24 deletions(-)

diff --git a/docs/swagger.json b/docs/swagger.json
index ccf0c51..b3ebf28 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -724,7 +724,7 @@
                         "in": "body",
                         "required": true,
                         "schema": {
-                            "$ref": "#/definitions/request.AddLocationProductAmount"
+                            "$ref": "#/definitions/request.UpdateLocationProductAmount"
                         }
                     }
                 ],
@@ -2801,29 +2801,6 @@
                 }
             }
         },
-        "request.AddLocationProductAmount": {
-            "type": "object",
-            "properties": {
-                "Amount": {
-                    "description": "搴撳瓨鏁伴噺",
-                    "type": "number"
-                },
-                "adjustAmount": {
-                    "description": "宸��",
-                    "type": "number"
-                },
-                "differenceAmount": {
-                    "description": "璁℃暟鏁伴噺",
-                    "type": "number"
-                },
-                "locationId": {
-                    "type": "integer"
-                },
-                "productId": {
-                    "type": "string"
-                }
-            }
-        },
         "request.AddOperation": {
             "type": "object",
             "properties": {
@@ -3374,6 +3351,10 @@
                     "description": "璁℃暟鏁伴噺",
                     "type": "number"
                 },
+                "locationId": {
+                    "description": "浣嶇疆id",
+                    "type": "integer"
+                },
                 "operationId": {
                     "description": "鍑哄叆搴搃d",
                     "type": "integer"

--
Gitblit v1.8.0