This commit is contained in:
yan.y 2024-12-21 20:57:59 +08:00
parent d12f459f39
commit 346412fef8
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ type PayOrder struct {
OrderId string `gorm:"not null"` //订单ID OrderId string `gorm:"not null"` //订单ID
OrderName string `gorm:"not null"` //订单名称 OrderName string `gorm:"not null"` //订单名称
OrderPrice string `gorm:"not null"` //订单金额 OrderPrice string `gorm:"not null"` //订单金额
OrderStatus int `gorm:"not null;default:0"` //订单状态 0未支付 1已支付 2已退款 3会员余额支付 OrderStatus int `gorm:"not null;default:0"` //订单状态 0未支付 1已支付 2已退款
PayId string //三方交易号 PayId string //三方交易号
RechargeId int `gorm:"not null;default:0"` //充值ID RechargeId int `gorm:"not null;default:0"` //充值ID
CreateTime time.Time `gorm:"type:timestamp;default:CURRENT_TIMESTAMP" json:"createTime"` //创建时间 CreateTime time.Time `gorm:"type:timestamp;default:CURRENT_TIMESTAMP" json:"createTime"` //创建时间