From 422f93b6f1004c8d7abb9e41b44c5a723bc8b279 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期三, 27 九月 2023 20:13:38 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS

---
 request/location_product_amount.go |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/request/location_product_amount.go b/request/location_product_amount.go
index 266be4b..bb2d314 100644
--- a/request/location_product_amount.go
+++ b/request/location_product_amount.go
@@ -11,10 +11,12 @@
 }
 
 type UpdateLocationProductAmount struct {
-	LocationProductAmountId int             `json:"locationProductAmountId"` //搴撳瓨鐩樼偣id
-	AdjustAmount            decimal.Decimal `json:"adjustAmount" `           //宸��
-	DifferenceAmount        decimal.Decimal `json:"differenceAmount"`        //璁℃暟鏁伴噺
-	OperationId             int             `json:"operationId"`             //鍑哄叆搴搃d
+	//LocationProductAmountId int             `json:"locationProductAmountId"` //搴撳瓨鐩樼偣id
+	AdjustAmount     decimal.Decimal `json:"adjustAmount" `    //宸��
+	DifferenceAmount decimal.Decimal `json:"differenceAmount"` //璁℃暟鏁伴噺
+	OperationId      int             `json:"operationId"`      //鍑哄叆搴搃d
+	Amount           decimal.Decimal `json:"Amount"`           //搴撳瓨鏁伴噺
+	ProductId        string          `json:"productId"`        //浜у搧id
 }
 
 type GetRuleList struct {

--
Gitblit v1.8.0