mirror of
https://gitlab.com/mobicoop/v3/service/user.git
synced 2026-03-24 12:45:49 +00:00
add phone
This commit is contained in:
@@ -12,4 +12,7 @@ export class UserPresenter {
|
||||
|
||||
@AutoMap()
|
||||
email: string;
|
||||
|
||||
@AutoMap()
|
||||
phone: string;
|
||||
}
|
||||
|
||||
@@ -19,6 +19,7 @@ message User {
|
||||
string firstName = 2;
|
||||
string lastName = 3;
|
||||
string email = 4;
|
||||
string phone = 5;
|
||||
}
|
||||
|
||||
message UserFilter {
|
||||
|
||||
Reference in New Issue
Block a user