package request type GetInventoryForms struct { PageInfo CategoryIds []int `json:"categoryIds"` //产品类型id WarehouseCode string `json:"warehouseCode"` //仓库缩写 KeyWord string `json:"keyWord"` //搜索条件 } type GetInventoryHistory struct { PageInfo ProduceId string `json:"produceId"` //产品id ProductName string `json:"productName"` //产品名称 Unit string `json:"unit"` //单位 KeyWord string `json:"keyWord"` //搜索条件 } type GetLocationForms struct { PageInfo KeyWord string `json:"keyWord"` }