go_dreamfactory/pb/proto/userexpand.proto
2022-07-19 19:35:58 +08:00

11 lines
312 B
Protocol Buffer

syntax = "proto3";
option go_package = ".;pb";
//用户扩展数据
message DBUserExpand {
string id = 1; //主键id
string uid = 2; //用户id
int64 lastreadnotiftime = 3; //最后阅读公告时间
int32 ChatChannel = 4; //跨服聊天频道
}