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.
32 lines
1.1 KiB
32 lines
1.1 KiB
4 months ago
|
// =================================================================================
|
||
|
// 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"
|
||
|
)
|
||
|
|
||
|
// GameUnitCopy1 is the golang structure of table game_unit_copy1 for DAO operations like Where/Data.
|
||
|
type GameUnitCopy1 struct {
|
||
|
g.Meta `orm:"table:game_unit_copy1, do:true"`
|
||
|
Id interface{} //
|
||
|
Account interface{} // 账号
|
||
|
Channel interface{} // 渠道
|
||
|
Uid interface{} // 账号Id
|
||
|
Server interface{} // 区服
|
||
|
Scale interface{} // 规模
|
||
|
Name interface{} // 桃谷名称
|
||
|
LogTime interface{} //
|
||
|
CreateTime *gtime.Time // 账号创建时间
|
||
|
VillagerNum interface{} // 村民数量
|
||
|
Prosperity interface{} // 繁荣值
|
||
|
GoldIngot interface{} // 桃花石
|
||
|
BaseFood interface{} // 基础食物
|
||
|
Day interface{} // 游戏天数
|
||
|
Recharge interface{} // 充值
|
||
|
OAID interface{} //
|
||
|
}
|