request/location_product_amount.go
@@ -16,3 +16,8 @@ DifferenceAmount decimal.Decimal `json:"differenceAmount"` //计数数量 OperationId int `json:"operationId"` //出入库id } type GetRuleList struct { LocationId int `json:"locationId"` //位置id ProductId string `json:"productId"` //产品id }