Skip to content

Commit

Permalink
Member introduction 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
SeWooooong committed Aug 21, 2024
1 parent e17149e commit c12ffde
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,15 @@ public static class MemberSimpleInfo {
private String mbti;
private String badge;
private String profileImgUrl;
private String introduction;

public MemberSimpleInfo(Member member) {
this.id = member.getId();
this.nickName = member.getNickName();
this.mbti = member.getDetailMbti();
this.badge = member.getBadgeName();
this.profileImgUrl = member.getProfileImageUrl();
this.introduction = member.getIntroduction();
}

}
Expand Down

0 comments on commit c12ffde

Please sign in to comment.