// ================================================================================= // 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{} // Server interface{} // Scale interface{} // Name interface{} // LogTime interface{} // CreateTime *gtime.Time // 账号创建时间 VillagerNum interface{} // 村民数量 Prosperity interface{} // 繁荣值 GoldIngot interface{} // 桃花石 BaseFood interface{} // 基础食物 Day interface{} // 游戏天数 Recharge interface{} // 充值 }