Skip to content

Commit

Permalink
fix: Session 필드 주석
Browse files Browse the repository at this point in the history
  • Loading branch information
koreaioi committed Nov 14, 2024
1 parent 7988655 commit fa527d2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ public class Session extends BaseEntity {
@Column(nullable = false)
private String description;

/*
* 동아리 지원 관리자 페이지에서 사용 시 "세션 진행 날짜" 필드를 추가하는 게 좋다고 생각.
* */

@Size(min = 1, max = 5)
@Column(length = 5)
private String generation;
Expand Down

0 comments on commit fa527d2

Please sign in to comment.