阶段性提交

This commit is contained in:
刘祥超
2020-08-21 12:32:33 +08:00
parent 5924b8a5f3
commit 844503dcb8
20 changed files with 2294 additions and 263 deletions

View File

@@ -9,6 +9,7 @@ import "model_node_login.proto";
message Node {
int64 id = 1;
string name = 2;
string status = 3;
NodeCluster cluster = 32;
NodeLogin login = 33;