zhangqian
2024-07-31 da621f474d28ab041dcf258142eddb506100a8ce
request/location_product_amount.go
@@ -38,3 +38,11 @@
   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"`
   CategoryIds []int  `json:"categoryIds"`
}