| | |
| | | Unit string `json:"unit"` //单位 |
| | | KeyWord string `json:"keyWord"` //搜索条件 |
| | | BaseOperationType constvar.BaseOperationType `json:"baseOperationType"` //基础作业类型 |
| | | WarehouseCode string `json:"warehouseCode"` |
| | | } |
| | | |
| | | type GetLocationForms struct { |
| | |
| | | WareHouseCode string `json:"wareHouseCode"` |
| | | ProductId string `json:"productId"` |
| | | LocationId int `json:"locationId"` |
| | | LocationIds []int `json:"locationIds"` |
| | | } |
| | | |
| | | type GetMonthStats struct { |
| | | PageInfo |
| | | Keyword string `json:"keyword"` |
| | | Date string `json:"date"` |
| | | Keyword string `json:"keyword"` |
| | | Date string `json:"date"` |
| | | WarehouseID int `json:"warehouseID"` |
| | | Preload bool |
| | | } |
| | | |
| | | type DoMonthStats struct { |
| | | Token string `json:"token"` |
| | | } |
| | | |
| | | type DoWarehouseMonthStats struct { |
| | | Token string `json:"token"` |
| | | } |