mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-12 04:03:44 +08:00
发布v2.18.6版本,更新内容请查看:https://github.com/bufanyun/hotgo/blob/v2.0/docs/guide-zh-CN/start-update-log.md
This commit is contained in:
@@ -12,14 +12,14 @@ import (
|
||||
// AdminCash is the golang structure of table hg_admin_cash for DAO operations like Where/Data.
|
||||
type AdminCash struct {
|
||||
g.Meta `orm:"table:hg_admin_cash, do:true"`
|
||||
Id interface{} // ID
|
||||
MemberId interface{} // 管理员ID
|
||||
Money interface{} // 提现金额
|
||||
Fee interface{} // 手续费
|
||||
LastMoney interface{} // 最终到账金额
|
||||
Ip interface{} // 申请人IP
|
||||
Status interface{} // 状态码
|
||||
Msg interface{} // 处理结果
|
||||
Id any // ID
|
||||
MemberId any // 管理员ID
|
||||
Money any // 提现金额
|
||||
Fee any // 手续费
|
||||
LastMoney any // 最终到账金额
|
||||
Ip any // 申请人IP
|
||||
Status any // 状态码
|
||||
Msg any // 处理结果
|
||||
HandleAt *gtime.Time // 处理时间
|
||||
CreatedAt *gtime.Time // 申请时间
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user