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

This commit is contained in:
GoEdgeLab
2021-10-15 12:54:38 +08:00
parent f2fe314f85
commit e12847f113
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;
}