Skip to content

Commit

Permalink
Merge pull request #155 from Team-Port/(#154)!hotfix/findBoardById
Browse files Browse the repository at this point in the history
feat: BoardSimpleDto에 summary 추가
  • Loading branch information
kimich1218 authored Nov 25, 2023
2 parents 3813965 + 8c22710 commit e3e0336
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ public class BoardSimpleDto {

private String content;

private String summary;

private Category category1;

private Category category2;
Expand Down

0 comments on commit e3e0336

Please sign in to comment.