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/swagger.yaml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index cdfc43c..04865e9 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -1018,13 +1018,13 @@
     type: object
   request.UpdateLocationProductAmount:
     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