update
This commit is contained in:
parent
d12f459f39
commit
346412fef8
|
|
@ -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"` //创建时间
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue