企业认证信息中增加节点数显示

This commit is contained in:
刘祥超
2021-08-30 18:56:56 +08:00
parent d64f8cdf0f
commit dba446a651
2 changed files with 13 additions and 3 deletions

View File

@@ -12,4 +12,5 @@ message AuthorityKey {
repeated string macAddresses = 5;
int64 updatedAt = 6;
string company = 7;
int32 nodes = 8;
}