{ // ID int64 id; // 用户ID int64 userId; //服务ID int64 serverId; // 日期,格式YYYYMMDD string day; // 时间,格式HHII string timeAt; // 峰值带宽字节 int64 bytes; // 总流量 int64 totalBytes; // 峰值带宽比特 int64 bits; // 节点所在区域ID int64 nodeRegionId; // 总缓存流量 int64 cachedBytes; // 总攻击流量 int64 attackBytes; // 总请求数 int64 countRequests; // 总缓存请求数 int64 countCachedRequests; // 总攻击请求数 int64 countAttackRequests; // 绑定的用户套餐ID int64 userPlanId; // Websocket连接数 int64 countWebsocketConnections; // 总IP数 int64 countIPs; }