spartaxx.businessmodels 1.0.329 → 1.0.332
Sign up to get free protection for your applications and to get access to all the features.
@@ -90,6 +90,7 @@ export interface ClientSetupInfo {
|
|
90
90
|
IsFinancial: boolean;
|
91
91
|
ProjectName: string;
|
92
92
|
AccountReasonId: number;
|
93
|
+
TxrollCadluc: string;
|
93
94
|
}
|
94
95
|
|
95
96
|
export interface SelectedPropertyList {
|
@@ -136,6 +137,7 @@ export interface SelectedPropertyList {
|
|
136
137
|
PropAddress: string;
|
137
138
|
PropZipcode: string;
|
138
139
|
PropStateName: string;
|
140
|
+
TxrollCadluc: string;
|
139
141
|
}
|
140
142
|
|
141
143
|
export interface SelectedAllProperty {
|