request/location_product_amount.go
@@ -18,3 +18,9 @@ Amount decimal.Decimal `json:"Amount"` //库存数量 ProductId string `json:"productId"` //产品id } type FinishLocationProductAmount struct { LocationProductAmountId int `json:"locationProductAmountId"` //库存盘点id OperationId int `json:"operationId"` //出入库id ProductId string `json:"productId"` //产品id }