jiangshuai
2023-09-27 7edecfcf0f48ba6d6177486a57399a558c4c79e7
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"`       //计数数量
}