zhangqian
2024-03-22 6cce6de2161840f77d397fe25bee6096d0eb9877
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"` //关键字
}