|
ngl_server 1.0
基于 Actor 模型的 C++ 服务器框架
|
BI物品变更日志条目数据结构。 More...
#include <bi_item.h>
Public Member Functions | |
| void | print () |
| 将物品变更数据上报到BI日志系统。 | |
Public Attributes | |
| i32_serverid | m_serverid = 0 |
| 服务器ID | |
| i64_actorid | m_roleid = 0 |
| 角色ID | |
| int32_t | m_itemid = 0 |
| 物品实例ID | |
| int32_t | m_tid = 0 |
| 物品模板ID | |
| int32_t | m_count = 0 |
| 变更数量 | |
| int32_t | m_time = 0 |
| 变更时间戳 | |
| int32_t | m_adddec = 0 |
| 增减标识(正数为获得,负数为消耗) | |
| std::string | m_mask |
| 掩码/备注信息 | |
BI物品变更日志条目数据结构。
记录物品变更的详细信息,用于业务智能数据采集。 包含服务器ID、角色ID、物品ID、模板ID、数量、时间戳等字段。
|
inline |
将物品变更数据上报到BI日志系统。
以"item|"为前缀,各字段以'|'分隔输出。