| | |
| | | OutsourcingOrderDelivery OutsourcingOrderDelivery `json:"outsourcingOrderDelivery" gorm:"foreignkey:OutsourcingOrderDeliveryID"` |
| | | OutsourcingOrderProductID uint `json:"outsourcingOrderProductID" gorm:"comment:委外订单产品表ID"` //委外订单产品表ID |
| | | OutsourcingOrderProduct OutsourcingOrderProduct `json:"outsourcingOrderProduct" gorm:"foreignkey:OutsourcingOrderProductID"` |
| | | SendAmount decimal.Decimal `gorm:"type:decimal(18,2);comment:数量" json:"sendAmount"` //发货数量 |
| | | SendAmount decimal.Decimal `gorm:"type:decimal(18,2);comment:数量" json:"sendAmount"` //发货数量 |
| | | IsReceived int `gorm:"type:int(11);default:2;comment:是否收货" json:"isReceived"` //是否确认收货 1 确认 2未确认 |
| | | } |
| | | OutsourcingOrderDeliveryDetailsSearch struct { |
| | | OutsourcingOrderDeliveryDetails |