| | |
| | | |
| | | type GetInventoryForms struct { |
| | | PageInfo |
| | | CategoryIds []int `json:"categoryIds"` //产品类型id |
| | | WarehouseCode string `json:"warehouseCode"` //仓库缩写 |
| | | KeyWord string `json:"keyWord"` //搜索条件 |
| | | CategoryIds []int `json:"categoryIds"` //产品类型id |
| | | //WarehouseCode string `json:"warehouseCode"` //仓库缩写 |
| | | WarehouseId int `json:"warehouseId"` //仓库ID |
| | | KeyWord string `json:"keyWord"` //搜索条件 |
| | | } |
| | | |
| | | type GetInventoryHistory struct { |
| | |
| | | Unit string `json:"unit"` //单位 |
| | | KeyWord string `json:"keyWord"` //搜索条件 |
| | | BaseOperationType constvar.BaseOperationType `json:"baseOperationType"` //基础作业类型 |
| | | WarehouseId string `json:"warehouseId"` // 仓库ID |
| | | WarehouseCode string `json:"warehouseCode"` |
| | | } |
| | | |
| | | type GetLocationForms struct { |