spartaxx.businessmodels 1.0.319 → 1.0.320
Sign up to get free protection for your applications and to get access to all the features.
@@ -129,6 +129,12 @@ export interface SelectedPropertyList {
|
|
129
129
|
owneraddress2?: string;
|
130
130
|
owneraddress3?: string;
|
131
131
|
ProjectName?: string;
|
132
|
+
|
133
|
+
|
134
|
+
PropCityName:string;
|
135
|
+
PropAddress:string;
|
136
|
+
PropZipcode:string;
|
137
|
+
PropStateName:string;
|
132
138
|
}
|
133
139
|
|
134
140
|
export interface SelectedAllProperty {
|