字段名 | 描述 | 类型 | 默认值 |
---|---|---|---|
id | id | int | 0 |
player_id | 玩家id[player_id] | int | 0 |
player_name | 玩家名字 | string | |
simulation_id | 模拟执行的条目 | int | 0 |
simulation_name | 模拟执行的名字 | string | |
simulation_time | 上次模拟的执行时间 | string | |
day | 模拟到第几天 | int | 0 |
hour | 模拟到当天的第几个小时 | int | 0 |
total_income | 累计收益 | string | |
total_cost | 累计消耗 | string | |
extra | 额外信息 | string | |
time_cost | 消耗的时间 | float | 0 |