Showing
1 changed file
with
2 additions
and
0 deletions
@@ -53,6 +53,8 @@ public class MemberSummary implements BeanToJson { | @@ -53,6 +53,8 @@ public class MemberSummary implements BeanToJson { | ||
53 | private Boolean flagUserIsPaid; // 用户是否为 付费用户 | 53 | private Boolean flagUserIsPaid; // 用户是否为 付费用户 |
54 | private Boolean flagUserHasAddressInfo; // 是否填过领取地址 | 54 | private Boolean flagUserHasAddressInfo; // 是否填过领取地址 |
55 | 55 | ||
56 | + private Boolean flagShowExpansion = true; // 是否展示 EXPANSION 模块 | ||
57 | + | ||
56 | // 四会课 单词 | 58 | // 四会课 单词 |
57 | private Boolean flagPaperTextbookAuth; // 纸质四会课 权限 | 59 | private Boolean flagPaperTextbookAuth; // 纸质四会课 权限 |
58 | private DateTime expireTimePaperTextbook; // 纸质四会课 过期时间 | 60 | private DateTime expireTimePaperTextbook; // 纸质四会课 过期时间 |
-
Please register or login to post a comment