Skip to content

Commit

Permalink
refactor: text entity title 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
mangowhoiscloud committed Nov 6, 2024
1 parent 35a2c89 commit f7e357c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

import java.time.LocalDateTime;

import com.fasterxml.jackson.annotation.JsonFormat;

public record FindPostsByPostTypeResponse(
Long id,
String title,
Expand All @@ -11,5 +13,6 @@ public record FindPostsByPostTypeResponse(
Integer commentsCount,
Float voteRatePlaintiff,
Float voteRateDefendant,
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
LocalDateTime createdAt
) {}

0 comments on commit f7e357c

Please sign in to comment.