yinbentan
2024-07-06 79aef24a785581d95343ccd99e9cb362b2bc9c97
request/location_product_amount.go
@@ -2,7 +2,6 @@
import (
   "github.com/shopspring/decimal"
   "wms/models"
)
type GetList struct {
@@ -45,8 +44,4 @@
   Keyword     string `json:"keyword"`
   WarehouseId int    `json:"warehouseId"`
   LocationId  int    `json:"locationId"`
}
type GetLocationProductListResponse struct {
   models.Material
}