1
0
forked from Yara724/api
This commit is contained in:
SepehrYahyaee
2026-01-19 17:48:06 +03:30
parent 245f98b577
commit d9509c5df5
4 changed files with 56 additions and 1 deletions

View File

@@ -328,6 +328,21 @@ export class InsurerRegisterDto {
@ApiProperty({ example: "{saman : 651abe5814ed4bb6ee20cd81}" })
clientKey: Types.ObjectId;
@ApiProperty()
phone?: string;
@ApiProperty()
mobile?: string;
@ApiProperty()
city?: string;
@ApiProperty()
state?: string;
@ApiProperty()
address?: string;
}
export class RegisterDtoRs extends RegisterDto {