jiangshuai
2023-09-28 cc040bb8f3d57a4caf9e3ecb8a451989dc4f6ed3
request/location_product_amount.go
@@ -17,7 +17,7 @@
   AdjustAmount     decimal.Decimal `json:"adjustAmount" `    //差值
   DifferenceAmount decimal.Decimal `json:"differenceAmount"` //计数数量
   OperationId      int             `json:"operationId"`      //出入库id
   Amount           decimal.Decimal `json:"Amount"`           //库存数量
   Amount           decimal.Decimal `json:"amount"`           //库存数量
   ProductId        string          `json:"productId"`        //产品id
}