forked from Yara724/api
YARA-718
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user