up
This commit is contained in:
@@ -411,6 +411,7 @@ export namespace main {
|
||||
band: string;
|
||||
mode: string;
|
||||
country?: string;
|
||||
continent?: string;
|
||||
status: string;
|
||||
|
||||
static createFrom(source: any = {}) {
|
||||
@@ -423,6 +424,7 @@ export namespace main {
|
||||
this.band = source["band"];
|
||||
this.mode = source["mode"];
|
||||
this.country = source["country"];
|
||||
this.continent = source["continent"];
|
||||
this.status = source["status"];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user