liujiandao
2023-09-27 422f93b6f1004c8d7abb9e41b44c5a723bc8b279
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"`             //出入库id
   //LocationProductAmountId int             `json:"locationProductAmountId"` //库存盘点id
   AdjustAmount     decimal.Decimal `json:"adjustAmount" `    //差值
   DifferenceAmount decimal.Decimal `json:"differenceAmount"` //计数数量
   OperationId      int             `json:"operationId"`      //出入库id
   Amount           decimal.Decimal `json:"Amount"`           //库存数量
   ProductId        string          `json:"productId"`        //产品id
}
type GetRuleList struct {