@@ -47,6 +47,7 @@ type ProductOrderView struct {
Remark string
CreatedTime string
}
+
type ProductOrder struct {
Id int `gorm:"column:id;primaryKey;autoIncrement" json:"id"`
OrderId string `gorm:"column:order_id;size:255;comment:'订单编号'" json:"order_id"`