request/outsourcing.go
@@ -79,3 +79,8 @@ OutsourcingOrderProductID uint `json:"outsourcingOrderProductID" gorm:"comment:委外订单产品表ID"` //委外订单产品表ID SendAmount decimal.Decimal `gorm:"type:decimal(18,2);comment:数量" json:"sendAmount"` //发货数量 } type MaterialSearch struct { PageInfo Keyword string `json:"keyword"` //关键字 }