@@ -22,77 +22,77 @@ export class inetOrgPersonCreateDto {
2222 @IsString()
2323 @ApiProperty()
2424 @IsOptional()
25- public departmentNumber: string = '' ;
25+ public departmentNumber: string;
2626
2727 @IsString()
2828 @ApiProperty()
2929 @IsOptional()
30- public sn?: string = '' ;
30+ public sn?: string;
3131
3232 @IsString()
3333 @ApiProperty({ required: false })
3434 @IsOptional()
35- public displayName?: string = '' ;
35+ public displayName?: string;
3636
3737 @IsString()
3838 @ApiProperty({ required: false })
3939 @IsOptional()
40- public facsimileTelephoneNumber?: string = '' ;
40+ public facsimileTelephoneNumber?: string;
4141
4242 @IsString()
4343 @ApiProperty({ required: false })
4444 @IsOptional()
45- public givenName?: string = '' ;
45+ public givenName?: string;
4646
4747 @IsString()
4848 @ApiProperty({ required: false })
4949 @IsOptional()
50- public labeledURI?: string = '' ;
50+ public labeledURI?: string;
5151
5252 @IsEmail()
5353 @ApiProperty({ required: false })
54- public mail?: string = '' ;
54+ public mail?: string;
5555
5656 @IsOptional()
5757 @IsString()
5858 @ApiProperty({ required: false })
5959 @IsOptional()
60- public mobile?: string = '' ;
60+ public mobile?: string;
6161
6262 @IsString()
6363 @ApiProperty({ required: false })
6464 @IsOptional()
65- public postalAddress?: string = '' ;
65+ public postalAddress?: string;
6666
6767 @IsString()
6868 @ApiProperty({ required: false })
6969 @IsOptional()
70- public preferredLanguage?: string = '' ;
70+ public preferredLanguage?: string;
7171
7272 @IsString()
7373 @ApiProperty({ required: false })
7474 @IsOptional()
75- public telephoneNumber?: string = '' ;
75+ public telephoneNumber?: string;
7676
7777 @IsString()
7878 @ApiProperty({ required: false })
7979 @IsOptional()
80- public title?: string = '' ;
80+ public title?: string;
8181
8282 @IsString()
8383 @ApiProperty({ required: false })
8484 @IsOptional()
85- public userCertificate?: string = '' ;
85+ public userCertificate?: string;
8686
8787 @IsString()
8888 @ApiProperty({ required: false })
8989 @IsOptional()
90- public userPassword?: string = '' ;
90+ public userPassword?: string;
9191
9292 @IsString()
9393 @ApiProperty({ required: false })
9494 @IsOptional()
95- public jpegPhoto?: string = '' ;
95+ public jpegPhoto?: string;
9696
9797 // @IsString()
9898 // @ApiProperty({ required: false })
0 commit comments