运行日志显示未读的日志数量

This commit is contained in:
刘祥超
2021-10-15 12:54:38 +08:00
parent 887a83cf9d
commit 226051e555
2 changed files with 14 additions and 3 deletions

View File

@@ -15,4 +15,5 @@ message NodeLog {
int64 serverId = 9;
bool isFixed = 10;
int64 originId = 11;
bool isRead = 12;
}