Add label info type to client biz class
This commit is contained in:
@@ -18,6 +18,7 @@ class BusinessData {
|
|||||||
this.hasInterior = hasInterior;
|
this.hasInterior = hasInterior;
|
||||||
this.hasItems = hasItems;
|
this.hasItems = hasItems;
|
||||||
this.blipId = -1;
|
this.blipId = -1;
|
||||||
|
this.labelInfoType = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user