request/location_product_amount.go
@@ -3,7 +3,9 @@ import "github.com/shopspring/decimal" type AddLocationProductAmount struct { LocationProductAmountId int `json:"locationProductAmountId"` //库存盘点id LocationId int `json:"locationId"` ProductId string `json:"productId"` Amount decimal.Decimal `json:"decimal"` //库存数量 AdjustAmount decimal.Decimal `json:"adjustAmount" ` //差值 DifferenceAmount decimal.Decimal `json:"difference_amount"` //计数数量 }