Skip to content

Commit

Permalink
BE: [refactor] 게시글 내용 속성 추가 CSID-DGU#83
Browse files Browse the repository at this point in the history
  • Loading branch information
Seoyoung2222 committed Nov 25, 2024
1 parent 59d5a41 commit cc47e64
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ public class CrewPost extends BaseEntity {

private String title;

private String content;

@Enumerated(EnumType.STRING)
private CrewBoard board;

Expand Down

0 comments on commit cc47e64

Please sign in to comment.