This commit is contained in:
苏尹岚
2020-10-14 16:01:58 +08:00
parent cbe94c7916
commit 0ff054afed
2 changed files with 5 additions and 14 deletions

View File

@@ -453,7 +453,8 @@ type Order struct {
TransactionID string `orm:"column(transaction_id);size(48)" json:"transactionID"` // 支付成功后支付方生成的事务ID
PayFinishedAt *time.Time `orm:"type(datetime);null" json:"payFinishedAt"`
PrepayID string `orm:"column(prepay_id);size(48)" json:"prepayID"` // 下单后支付前支付方生成的事务ID
Comment string `orm:"size(255)" json:"comment"` //备注
OriginalData string `orm:"type(text)" json:"-"`
Comment string `orm:"size(255)" json:"comment"` //备注
}
func (v *Order) TableIndex() [][]string {