This commit is contained in:
2025-05-19 03:18:22 +07:00
parent 107504317e
commit e409a69a54
23 changed files with 336 additions and 199 deletions
+3 -1
View File
@@ -115,7 +115,9 @@ message TeamAdvanced {
}
message Application {
string name = 1;
int64 id = 1;
string name = 2;
string state = 3;
}
message GetTeamReq {}