This commit is contained in:
yan.y
2024-05-16 15:29:25 +08:00
parent 6d86177676
commit e06c2d10e9
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -132,6 +132,7 @@ type OrderMain struct {
DispatchStatus int `gorm:"default:0" json:"dispatchStatus"` //派单状态 0未派单 1已派单
PayTotalAmount int `json:"payTotalAmount"` //支付总金额
PayDiscount int `gorm:"default:0" json:"payDiscount"` //支付折扣
PayType int `gorm:"default:1" json:"payType"` //支付方式 1线下 2线上 3会员余额
}
// OrderSub 子订单