You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.3 KiB

// =================================================================================
// Code generated by GoFrame CLI tool. DO NOT EDIT.
// =================================================================================
package do
import (
"github.com/gogf/gf/v2/frame/g"
"github.com/gogf/gf/v2/os/gtime"
)
// GameRecharge is the golang structure of table game_recharge for DAO operations like Where/Data.
type GameRecharge struct {
g.Meta `orm:"table:game_recharge, do:true"`
Id interface{} //
UnitId interface{} // 账号
Channel interface{} // 渠道
Server interface{} // 区服
Amount interface{} // 充值金额
CreateTime *gtime.Time // 记录创建时间
ExternalCreateTime *gtime.Time // 订单创建时间
PayTime *gtime.Time // 订单支付时间
Status interface{} // 订单状态:1-成功,2-失败,3-创建,
Config interface{} // 配置Id
TradeNo interface{} // 游戏方订单号
ExternalTradeNo interface{} // 第三方订单号
TradeStatus interface{} // 第三方订单状态
BuyerId interface{} //
Platform interface{} // 充值平台
Remark interface{} // 手动修改成功理由
Receipt interface{} //
Account interface{} //
}