zhangqian
2024-07-04 c950586b718ae6fc198bedf424609a4ac94cb5d1
request/location_product_amount.go
@@ -2,6 +2,7 @@
import (
   "github.com/shopspring/decimal"
   "wms/models"
)
type GetList struct {
@@ -38,3 +39,14 @@
   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"`
}
type GetLocationProductListResponse struct {
   models.Material
}