| | |
| | | TotalNetWeight decimal.Decimal `json:"totalNetWeight" gorm:"type:decimal(20,3);comment:总净重"` //总净重 |
| | | AuxiliaryAmount decimal.Decimal `json:"auxiliaryAmount" gorm:"type:decimal(20,3);comment:辅助数量"` //辅助数量 |
| | | AuxiliaryUnit string `json:"auxiliaryUnit" gorm:"type:varchar(191);comment:辅助单位"` //辅助单位 |
| | | Remark string `gorm:"type:varchar(1024);comment:备注" json:"remark"` |
| | | |
| | | Cost decimal.Decimal `json:"cost"` //成本单价 |
| | | SalePrice decimal.Decimal `json:"salePrice"` //销售单价 |
| | | } |
| | | |
| | | type OperationList struct { |
| | |
| | | |
| | | type OperationCondition struct { |
| | | PageInfo |
| | | Condition string `json:"condition"` |
| | | Condition string `json:"condition"` |
| | | Keyword string `json:"keyword" form:"keyword"` //关键字搜索 |
| | | WarehouseId int `json:"warehouseId" form:"warehouseId"` //仓库ID |
| | | LocationId int `json:"locationId" form:"locationId"` //位置ID |
| | | } |