| | |
| | | |
| | | type GetReorderRuleList struct { |
| | | PageInfo |
| | | KeyWord string `json:"keyWord"` |
| | | KeyWord string `json:"keyWord"` |
| | | LocationId int `json:"locationId"` |
| | | ProductId string `json:"productId"` |
| | | Type string `json:"type"` //类型:bh=补货 |
| | | } |
| | | |
| | | type ProductAmount struct { |
| | | ProductId string `json:"productId"` |
| | | ToLocationId int `json:"toLocationId"` |
| | | FromLocationId int `json:"fromLocationId"` |
| | | Amount decimal.Decimal `json:"amount"` |
| | | Status constvar.OperationStatus `json:"status"` |
| | | ProductId string `json:"productId"` |
| | | ToLocationId int `json:"toLocationId"` |
| | | FromLocationId int `json:"fromLocationId"` |
| | | Amount decimal.Decimal `json:"amount"` |
| | | BaseOperationType constvar.BaseOperationType `json:"baseOperationType"` |
| | | } |
| | | |
| | | type GetAmountAndPrediction struct { |