Skip to content

Commit

Permalink
Merge pull request #97 from Roger13579/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Roger13579 authored May 15, 2024
2 parents d6617ec + 0fb36bd commit 0f32ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vo/userDetailVo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export class UserDetailVo {
private birthDate: string;
private email: string;
private gender: string;
private phone: number;
private phone: string;
private address: string;
private imgUrl: string;

Expand Down

0 comments on commit 0f32ae2

Please sign in to comment.