实现重写规则管理

This commit is contained in:
刘祥超
2020-09-28 16:25:49 +08:00
parent 55d3cd8d90
commit b0a306fbc6
12 changed files with 1393 additions and 329 deletions

View File

@@ -7,6 +7,7 @@ import "model_node_cluster.proto";
message Server {
int64 id = 1;
bool isOn = 18;
string type = 2;
string name = 3;
string description = 4;