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

This commit is contained in:
刘祥超
2022-04-13 15:01:55 +08:00
parent 8ccbe99fbc
commit e75248ad6b
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;
}