Feature/manage reviews #2

Merged
Patrick FELIX-VIMALARATNAM merged 20 commits from feature/manage_reviews into main 2026-06-12 20:48:07 +02:00
Showing only changes of commit 77d79de12a - Show all commits
@@ -15,4 +15,10 @@ public class Review {
private Integer note;
private String comment;
private LocalDate purchaseDate;
public void setRandomUUID() {
this.customerId = UUID.randomUUID();
this.bookId = UUID.randomUUID();
}
}