go_dreamfactory/pb/proto/userexpand.proto
2022-07-22 14:29:15 +08:00

15 lines
497 B
Protocol Buffer

syntax = "proto3";
option go_package = ".;pb";
//用户扩展数据
message DBUserExpand {
string id = 1; //主键id
string uid = 2; //用户id
int64 lastreadnotiftime = 3; //最后阅读公告时间
int64 lastInitdataTime = 4; //上次初始数据时间
uint32 initdataCount = 5; //今日初始累计次数
int32 chatchannel = 6; //跨服聊天频道
int32 modifynameCount = 7; //修改昵称次数
map<int32,bool> tujian = 8; // 图鉴
}