zhangqian
2024-07-04 5200927fcd5a352c540d42f9ecba0845367d1938
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
}