yinbentan
2024-07-06 79aef24a785581d95343ccd99e9cb362b2bc9c97
request/location_product_amount.go
@@ -4,6 +4,11 @@
   "github.com/shopspring/decimal"
)
type GetList struct {
   PageInfo
   Keyword string `json:"keyword"`
}
type AddLocationProductAmount struct {
   AdjustAmount     decimal.Decimal `json:"adjustAmount" `    //差值
   DifferenceAmount decimal.Decimal `json:"differenceAmount"` //计数数量
@@ -33,3 +38,10 @@
   ProductId               string `json:"productId"`               //产品id
   LocationProductAmountId int    `json:"locationProductAmountId"` //库存盘点id
}
type GetLocationProductList struct {
   PageInfo
   Keyword     string `json:"keyword"`
   WarehouseId int    `json:"warehouseId"`
   LocationId  int    `json:"locationId"`
}