| | |
| | | |
| | | type OperationList struct { |
| | | PageInfo |
| | | OperationTypeId int `json:"operationTypeId" form:"operationTypeId"` |
| | | OperationTypeId int `json:"operationTypeId" form:"operationTypeId"` |
| | | Number string `json:"number"` |
| | | SourceNumber string `json:"sourceNumber"` |
| | | } |
| | | |
| | | type UpdateOperation struct { |
| | |
| | | //Weight decimal.Decimal `json:"weight" gorm:"type:decimal(20,2);comment:重量(kg)"` //重量(kg)-非必填 |
| | | //TransferWeight decimal.Decimal `json:"transferWeight" gorm:"type:decimal(20,2);comment:物流重量(kg)"` //物流重量(kg)-非必填 |
| | | } |
| | | |
| | | type OperationAllList struct { |
| | | PageInfo |
| | | Number string `json:"number"` |
| | | SourceNumber string `json:"sourceNumber"` |
| | | } |