yinbentan
2024-07-08 f4508a84236a4aff1c7b5bfa17a14a8ff95728ba
request/location_product_amount.go
@@ -38,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"`
}