Refactor: Dto 필드 이름 수정 - S11P21S002-249
This commit is contained in:
parent
423b9977e1
commit
64604ee1eb
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user