mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-07 15:20:24 +08:00
优化系统用户登录校验
This commit is contained in:
@@ -9,4 +9,5 @@ message AdminModuleList {
|
||||
int64 adminId = 1;
|
||||
bool isSuper = 2;
|
||||
repeated AdminModule Modules = 3;
|
||||
string fullname = 4;
|
||||
}
|
||||
@@ -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