Added commisions endponts
This commit is contained in:
@ -68,4 +68,8 @@ public class User {
|
||||
public void setName(String name) {
|
||||
this.name = name;
|
||||
}
|
||||
|
||||
public Long getId() {
|
||||
return this.id;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user