add phone

This commit is contained in:
Gsk54
2022-12-21 16:15:57 +01:00
parent 5d8eb42ae6
commit 7effaa7c40
12 changed files with 50 additions and 17 deletions

View File

@@ -12,4 +12,7 @@ export class UserPresenter {
@AutoMap()
email: string;
@AutoMap()
phone: string;
}