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 }