mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-15 13:26:35 +08:00
优化系统用户登录校验
This commit is contained in:
@@ -5,6 +5,7 @@ package pb;
|
||||
|
||||
import "model_node_cluster.proto";
|
||||
import "model_server_group.proto";
|
||||
import "model_user.proto";
|
||||
|
||||
message Server {
|
||||
int64 id = 1;
|
||||
@@ -31,4 +32,6 @@ message Server {
|
||||
|
||||
NodeCluster cluster = 30;
|
||||
repeated ServerGroup groups = 31;
|
||||
User user = 32;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user