request/location_product_amount.go
@@ -14,4 +14,5 @@ LocationProductAmountId int `json:"locationProductAmountId"` //库存盘点id AdjustAmount decimal.Decimal `json:"adjustAmount" ` //差值 DifferenceAmount decimal.Decimal `json:"differenceAmount"` //计数数量 OperationId int `json:"operationId"` //出入库id }