Skip to content

Commit

Permalink
Feature/add twitter screen name (#211)
Browse files Browse the repository at this point in the history
* add twitter-screen-name

* add twitter-screen-name field
  • Loading branch information
yuanmomo authored Mar 18, 2024
1 parent 69d4b79 commit e9d7e1f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/com/dl/officialsite/member/MemberVo.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import lombok.NoArgsConstructor;
import lombok.Setter;

import javax.persistence.Column;

@Getter
@Setter
@NoArgsConstructor
Expand All @@ -23,6 +21,7 @@ public class MemberVo {
private int role; // 开发者0 , 投资 1 产品2 运营3 市场4 UI/UX 5
private String githubId;
private String tweetId;
private String tweetScreenName;
private String telegramId;
private String wechatId;
private String avatar;
Expand Down

0 comments on commit e9d7e1f

Please sign in to comment.