lab-2 some minor changes

This commit is contained in:
Zakharov_Rostislav 2024-04-05 15:55:36 +04:00
parent b0e27141cb
commit fa7769e888

View File

@ -53,6 +53,7 @@ public class UserDto {
this.role = role;
}
@JsonProperty(access = JsonProperty.Access.READ_ONLY)
public List<Long> getBooks() {
return books;
}