lab-2 some minor changes
This commit is contained in:
parent
b0e27141cb
commit
fa7769e888
@ -53,6 +53,7 @@ public class UserDto {
|
|||||||
this.role = role;
|
this.role = role;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@JsonProperty(access = JsonProperty.Access.READ_ONLY)
|
||||||
public List<Long> getBooks() {
|
public List<Long> getBooks() {
|
||||||
return books;
|
return books;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user