From 1444c7c800fc042cd99213e901d6ad3722d0f03f Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期三, 27 九月 2023 16:13:53 +0800
Subject: [PATCH] 1.二期一部分代码

---
 docs/swagger.json |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/swagger.json b/docs/swagger.json
index 0087423..ff7fbba 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -573,7 +573,7 @@
                 }
             }
         },
-        "/api-wms/v1/locationProductamount/add": {
+        "/api-wms/v1/locationProductAmount/add": {
             "post": {
                 "produces": [
                     "application/json"
@@ -603,7 +603,7 @@
                 }
             }
         },
-        "/api-wms/v1/locationProductamount/list": {
+        "/api-wms/v1/locationProductAmount/list": {
             "post": {
                 "produces": [
                     "application/json"
@@ -2519,15 +2519,15 @@
         "request.AddLocationProductAmount": {
             "type": "object",
             "properties": {
+                "Amount": {
+                    "description": "搴撳瓨鏁伴噺",
+                    "type": "number"
+                },
                 "adjustAmount": {
                     "description": "宸��",
                     "type": "number"
                 },
-                "decimal": {
-                    "description": "搴撳瓨鏁伴噺",
-                    "type": "number"
-                },
-                "difference_amount": {
+                "differenceAmount": {
                     "description": "璁℃暟鏁伴噺",
                     "type": "number"
                 },

--
Gitblit v1.8.0