| | |
| | | ToLocationId int `json:"toLocationId"` |
| | | SourceNumber string `json:"sourceNumber"` |
| | | //Unit string `json:"unit"` |
| | | Number string `json:"number"` |
| | | } |
| | | |
| | | type QueryDisuseList struct { |
| | |
| | | ProductId string `json:"productId"` |
| | | LocationId int `json:"locationId"` |
| | | } |
| | | |
| | | type ProductStatistics struct { |
| | | TotalAmount decimal.Decimal `gorm:"column:total_amount"` |
| | | BaseOperationType constvar.BaseOperationType `gorm:"column:base_operation_type"` //基础作业类型 |
| | | } |
| | | |
| | | type ProductStatisticsAmount struct { |
| | | ProductId string `gorm:"column:product_id"` |
| | | TotalAmount decimal.Decimal `gorm:"column:total_amount"` |
| | | } |