Merge with assign
This commit is contained in:
@ -77,4 +77,7 @@ public class User {
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
public Long getId() {
|
||||
return this.id;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user