From 5c1dfdd9f0d51821ac47a46cba74ef94bfe0141e Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期三, 27 九月 2023 17:28:13 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/aps/WMS --- request/location_product_amount.go | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/request/location_product_amount.go b/request/location_product_amount.go index bc7fa2d..faa7b02 100644 --- a/request/location_product_amount.go +++ b/request/location_product_amount.go @@ -3,13 +3,16 @@ import "github.com/shopspring/decimal" type AddLocationProductAmount struct { - LocationProductAmountId int `json:"locationProductAmountId"` //搴撳瓨鐩樼偣id - AdjustAmount decimal.Decimal `json:"adjustAmount" ` //宸�� - DifferenceAmount decimal.Decimal `json:"difference_amount"` //璁℃暟鏁伴噺 + LocationId int `json:"locationId"` + ProductId string `json:"productId"` + Amount decimal.Decimal `json:"Amount"` //搴撳瓨鏁伴噺 + AdjustAmount decimal.Decimal `json:"adjustAmount" ` //宸�� + DifferenceAmount decimal.Decimal `json:"differenceAmount"` //璁℃暟鏁伴噺 } type UpdateLocationProductAmount struct { LocationProductAmountId int `json:"locationProductAmountId"` //搴撳瓨鐩樼偣id AdjustAmount decimal.Decimal `json:"adjustAmount" ` //宸�� - DifferenceAmount decimal.Decimal `json:"difference_amount"` //璁℃暟鏁伴噺 + DifferenceAmount decimal.Decimal `json:"differenceAmount"` //璁℃暟鏁伴噺 + OperationId int `json:"operationId"` //鍑哄叆搴搃d } -- Gitblit v1.8.0