服务列表中分组信息中增加UserId字段

This commit is contained in:
GoEdgeLab
2022-04-13 15:01:55 +08:00
parent 46eb6a227a
commit 7c4ce869ab
2 changed files with 15 additions and 5 deletions

View File

@@ -6,4 +6,5 @@ package pb;
message ServerGroup {
int64 id = 1;
string name = 2;
int64 userId = 3;
}