优化节点日志

This commit is contained in:
GoEdgeLab
2021-11-30 16:42:27 +08:00
parent 98ada58d93
commit eaafb0622c
6 changed files with 109 additions and 79 deletions

View File

@@ -16,4 +16,6 @@ message NodeLog {
bool isFixed = 10;
int64 originId = 11;
bool isRead = 12;
bytes paramsJSON = 13;
string type = 14;
}