GITLAB
zhangqijia
/
Pro2dProtoBuffers
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
1a09eaabf5e3665e3ef99237c3a8b41e13027c04
Authored by
zhangqijia
2022-09-14 09:48:30 +0800
1 parent
3109568b
fix: 更新 LogType 和LogDesc
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
models.proto
Inline
Side-by-side
models.proto
Wrap text
Show/Hide comments
View file @
1a09eaa
...
...
@@ -122,4 +122,7 @@ message Role {
122
122
123
123
int32 guide_steps = 24;
124
124
map<string,string> buffs = 25;
125
+
126
+ int64 ctime = 26; // 登录时间
127
+ int64 ltime = 27; // 离线时间
125
128
}
126
129
\ No newline at end of file
...
...