Refactor: Dto 필드 이름 수정 - S11P21S002-249

This commit is contained in:
kimtaesoo7 2024-10-02 13:37:42 +09:00
parent 423b9977e1
commit 64604ee1eb

View File

@ -34,10 +34,10 @@ public class ReviewResponse {
private MemberDetailResponse author;
@Schema(description = "리뷰 작성일", example = "")
private LocalDateTime createAt;
private LocalDateTime createdAt;
@Schema(description = "리뷰 수정일", example = "")
private LocalDateTime updateAt;
private LocalDateTime updatedAt;
public static ReviewResponse from(final Review review) {
return new ReviewResponse(