zhangqian
2024-03-27 03f615aac799e69fabb28b383c7d82503aabb612
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"` //关键字
}