Skip to content

Commit

Permalink
Merge pull request #97 from CSID-DGU/backend/feature/crew
Browse files Browse the repository at this point in the history
BE: [refactor] 게시글 내용 속성 추가 #83
  • Loading branch information
Seoyoung2222 authored Nov 25, 2024
2 parents 59d5a41 + cc47e64 commit 1b7b2ee
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 1b7b2ee

Please sign in to comment.