zhangqian
2024-03-27 03f615aac799e69fabb28b383c7d82503aabb612
models/outsourcing_order_delivery_details.go
@@ -15,7 +15,8 @@
      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