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;
}

View File

@@ -19,6 +19,7 @@ message User {
string firstName = 2;
string lastName = 3;
string email = 4;
string phone = 5;
}
message UserFilter {