Fixed Participants

This commit is contained in:
SepehrYahyaee
2026-09-14 14:27:23 +03:30
parent 51166a8d0d
commit 9930e9ff5b
13 changed files with 518 additions and 199 deletions

View File

@@ -161,6 +161,7 @@ export class FirstPartyDetail {
@Prop() registrationState?: string;
@Prop() previousPlateId?: string;
@Prop() previousPolicyholderNationalCode?: string;
@Prop() vehicleVin?: string;
}
@@ -209,6 +210,7 @@ export class SecondPartyDetail {
@Prop() registrationState?: string;
@Prop() previousPlateId?: string;
@Prop() previousPolicyholderNationalCode?: string;
@Prop() vehicleVin?: string;
}