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