Skip to content

Commit

Permalink
study 도메인에 지원 질문 필드 추가
Browse files Browse the repository at this point in the history
지원 질문은 nullable
null 이라면, 지원 답변 없이 신청 가능
  • Loading branch information
cmj7271 committed Jan 10, 2025
1 parent 5efbb97 commit 05c9edd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public class Study {

private String name;
private String description;
private String question; // 지원 질문, nullable: 지원 답변 없이 바로 신청 가능
private boolean isOffline;
private boolean isActive;
private Integer participants; // 현재 스터디 참여 인원
Expand Down

0 comments on commit 05c9edd

Please sign in to comment.