|
|
|
@ -136,6 +136,7 @@ type UserWalletRecord struct {
|
|
|
|
|
CreatedAt *time.Time `json:"created_at" gorm:"autoCreateTime"`
|
|
|
|
|
Current decimal.Decimal `json:"current"`
|
|
|
|
|
Kind int `json:"kind"`
|
|
|
|
|
OrderID uint64 `json:"order_id"`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
func (o UserWalletRecord) TableName() string {
|
|
|
|
|