From f81a89a88ed18ae924191e1f00e51c0e7b9f4598 Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期三, 18 十月 2023 09:55:05 +0800
Subject: [PATCH] 1.报废列表倒序排列

---
 docs/docs.go |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/docs.go b/docs/docs.go
index cf3da7a..1fdd00a 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -3346,14 +3346,14 @@
         "request.UpdateLocationProductAmount": {
             "type": "object",
             "properties": {
-                "Amount": {
-                    "description": "搴撳瓨鏁伴噺",
-                    "type": "number"
-                },
                 "adjustAmount": {
                     "description": "LocationProductAmountId int             ` + "`" + `json:\"locationProductAmountId\"` + "`" + ` //搴撳瓨鐩樼偣id",
                     "type": "number"
                 },
+                "amount": {
+                    "description": "搴撳瓨鏁伴噺",
+                    "type": "number"
+                },
                 "differenceAmount": {
                     "description": "璁℃暟鏁伴噺",
                     "type": "number"

--
Gitblit v1.8.0