liujiandao
2023-09-27 5be282bebeb0bc98273c9382b1c302311235313e
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
}