PostWithContentDto
Name | Type | Description |
---|---|---|
postId |
Integer |
게시글 ID |
postTitle |
String |
제목 |
postCategory |
PostCategory |
게시글 카테고리 |
postType |
PostType |
게시글 타입 |
postContent |
String |
내용 |
member |
MemberBriefDto |
멤버 정보 |
createdAt |
String |
게시글 생성일 |
postLikeCnt |
Integer |
좋아요 수 |
postDislikeCnt |
Integer |
싫어요 수 |
views |
조회수 |
조회수 |
totalCommentCnt |
댓글 수 |
총 댓글 수 |