Skip to content

Commit

Permalink
Merge pull request #668 from bounswe/main
Browse files Browse the repository at this point in the history
Merge main to CI/CD branch for deployment of last changes
  • Loading branch information
canuzdrn authored Nov 12, 2023
2 parents 486c8b7 + 7091c3e commit b974e15
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
import lombok.Getter;
import lombok.Setter;

import java.time.LocalDateTime;

@Getter
@Setter
public class GetAllReviewsResponseDto {

private String id;

private String reviewDescription;

private float rating;
Expand All @@ -18,4 +22,6 @@ public class GetAllReviewsResponseDto {
private int overallVote;

private int reportNum;

private LocalDateTime createdAt;
}

0 comments on commit b974e15

Please sign in to comment.