mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-23 19:20:24 +08:00
服务列表中分组信息中增加UserId字段
This commit is contained in:
@@ -6,4 +6,5 @@ package pb;
|
||||
message ServerGroup {
|
||||
int64 id = 1;
|
||||
string name = 2;
|
||||
int64 userId = 3;
|
||||
}
|
||||
Reference in New Issue
Block a user