From 2716487d13f3521adeb25a48aa07a89f885d32c7 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期一, 09 十月 2023 09:36:08 +0800
Subject: [PATCH] 仓库功能修改

---
 docs/swagger.yaml |   16 +++++++++-------
 1 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index cdfc43c..9d205d5 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -1018,12 +1018,12 @@
     type: object
   request.UpdateLocationProductAmount:
     properties:
-      Amount:
-        description: 搴撳瓨鏁伴噺
-        type: number
       adjustAmount:
         description: LocationProductAmountId int             `json:"locationProductAmountId"`
           //搴撳瓨鐩樼偣id
+        type: number
+      amount:
+        description: 搴撳瓨鏁伴噺
         type: number
       differenceAmount:
         description: 璁℃暟鏁伴噺
@@ -1173,10 +1173,6 @@
       amount:
         description: 鏁伴噺
         type: number
-      baseOperationType:
-        allOf:
-        - $ref: '#/definitions/constvar.BaseOperationType'
-        description: 鍩虹浣滀笟绫诲瀷
       contactedName:
         description: 瀹屾垚鑰�
         type: string
@@ -1189,6 +1185,12 @@
       number:
         description: 鍗曞彿
         type: string
+      productName:
+        description: 浜у搧鍚嶇О
+        type: string
+      status:
+        description: 鐘舵��
+        type: string
       toLocation:
         description: 鐩爣浣嶇疆
         type: string

--
Gitblit v1.8.0