// ================================================================================= // Code generated and maintained by GoFrame CLI tool. DO NOT EDIT. // ================================================================================= package do import ( "github.com/gogf/gf/v2/frame/g" "github.com/gogf/gf/v2/os/gtime" ) // GameRechargeCopy1 is the golang structure of table game_recharge_copy1 for DAO operations like Where/Data. type GameRechargeCopy1 struct { g.Meta `orm:"table:game_recharge_copy1, 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-失效, 100-失败, Config interface{} // 配置Id TradeNo interface{} // 游戏方订单号 ExternalTradeNo interface{} // 第三方订单号 TradeStatus interface{} // 第三方订单状态 BuyerId interface{} // Platform interface{} // 充值平台 Remark interface{} // 手动修改成功理由 }