add application number

This commit is contained in:
2026-03-16 01:56:50 +07:00
parent 3a30123096
commit 825d330056
11 changed files with 99 additions and 12 deletions
+4 -3
View File
@@ -136,9 +136,10 @@ message TeamAdvanced {
}
message Application {
int64 id = 1;
string name = 2;
string state = 3;
int64 id = 1;
string name = 2;
string state = 3;
string number = 4;
}
message Door {