generated from VLADIMIR/template
add application number
This commit is contained in:
+4
-3
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user