Showing
1 changed file
with
56 additions
and
53 deletions
@@ -12,58 +12,61 @@ | @@ -12,58 +12,61 @@ | ||
12 | ```java | 12 | ```java |
13 | public class MemberSummary implements BeanToJson { | 13 | public class MemberSummary implements BeanToJson { |
14 | 14 | ||
15 | - private Long userId; | 15 | + private Long userId; |
16 | - private MemberTypeEnum memberType; // 学员身份 | 16 | + private MemberTypeEnum memberType; // 学员身份 |
17 | - private DateTime expireTimeMember; // 学员过期时间 | 17 | + private DateTime expireTimeMember; // 学员过期时间 |
18 | - | 18 | + |
19 | - private Integer amountClassSvValid; // 外教练习 剩余次数 | 19 | + private Integer amountClassSvValid; // 外教练习 剩余次数 |
20 | - private Integer amountClassSvFinished; // 外教练习 完成次数 | 20 | + private Integer amountClassSvFinished; // 外教练习 完成次数 |
21 | - private DateTime expireTimeClassSv; // 外教练习 过期时间 | 21 | + private DateTime expireTimeClassSv; // 外教练习 过期时间 |
22 | - | 22 | + |
23 | - private Integer amountClassSv10Valid; // 外教练习 10分钟 剩余次数 | 23 | + private Integer amountClassSv10Valid; // 外教练习 10分钟 剩余次数 |
24 | - | 24 | + |
25 | - private String expireDescClassSv5; // 外教练习5分钟 过期描述 | 25 | + private String expireDescClassSv5; // 外教练习5分钟 过期描述 |
26 | - private String expireDescClassSv10; // 外教练习10分钟 过期描述 | 26 | + private String expireDescClassSv10; // 外教练习10分钟 过期描述 |
27 | - | 27 | + |
28 | - private Integer amountExamOral; // 口语考试 剩余次数 | 28 | + private Integer amountExamOral; // 口语考试 剩余次数 |
29 | - private DateTime expireTimeExamOral; // 口语考试 过期时间 | 29 | + private DateTime expireTimeExamOral; // 口语考试 过期时间 |
30 | - | 30 | + |
31 | - private Integer amountOpenCn; // 中教名师课 剩余次数 | 31 | + private Integer amountOpenCn; // 中教名师课 剩余次数 |
32 | - private DateTime expireTimeOpenCn; // 中教名师课 过期时间 | 32 | + private DateTime expireTimeOpenCn; // 中教名师课 过期时间 |
33 | - private String expireDescOpenCn; // 中教名师课 过期描述 | 33 | + private String expireDescOpenCn; // 中教名师课 过期描述 |
34 | - | 34 | + |
35 | - private Integer amountOpenUs; // 外教名师课 剩余次数 | 35 | + private Integer amountOpenUs; // 外教名师课 剩余次数 |
36 | - private DateTime expireTimeOpenUs; // 外教名师课 过期时间 | 36 | + private DateTime expireTimeOpenUs; // 外教名师课 过期时间 |
37 | - private String expireDescOpenUs; // 外教名师课 过期描述 | 37 | + private String expireDescOpenUs; // 外教名师课 过期描述 |
38 | - | 38 | + |
39 | - private Boolean flagPaperV1Auth; // 纸质三件套 权限 | 39 | + private Boolean flagPaperV1Auth; // 纸质三件套 权限 |
40 | - private DateTime expireTimePaperV1; // 智能三件套 过期时间 | 40 | + private DateTime expireTimePaperV1; // 智能三件套 过期时间 |
41 | - | 41 | + |
42 | - private Long classSmallId; // 小班课ID | 42 | + private Long classSmallId; // 小班课ID |
43 | - private String classSmallName; // 小班课名称 | 43 | + private String classSmallName; // 小班课名称 |
44 | - private Integer amountClassSmall; // 小班课数量 | 44 | + private Integer amountClassSmall; // 小班课数量 |
45 | - | 45 | + |
46 | - private Integer amountCash; // 剩余奖学金 | 46 | + private Integer amountCash; // 剩余奖学金 |
47 | - | 47 | + |
48 | - // 四会课 弹窗标识 | 48 | + // BASIC套餐 知识点 |
49 | - private Boolean flagShowTextbookV2Dialog; // 四会课弹窗 显示 | 49 | + private Boolean flagUserHasBasic_KNOWLEDGE; // 是否购买 BASIC 套餐 |
50 | - private String textbookV2ImageUrl; // 四会课弹窗 图片 | 50 | + private DateTime expireTimeBasic_KNOWLEDGE; // BASIC 套餐过期时间 |
51 | - private String textbookV2PageUrl; // 四会课显示 网页 | 51 | + // BASIC套餐 单词 |
52 | - // 四会课 显示购买入口 | 52 | + private Boolean flagUserHasBasic_WORD; // 是否购买 BASIC 套餐 |
53 | - private Boolean flagShowTextbookV2Purchase; // 四会课购买 入口 | 53 | + private DateTime expireTimeBasic_WORD; // BASIC 套餐过期时间 |
54 | - | 54 | + |
55 | - // 精华小学期 标识 | 55 | + // 四会课 单词 |
56 | - private Boolean flagShowClassSmall_JH; // 精华小学期 入口 | 56 | + private Boolean flagPaperTextbookAuth; // 纸质四会课 权限 |
57 | - | 57 | + private DateTime expireTimePaperTextbook; // 纸质四会课 过期时间 |
58 | - // BASIC套餐 知识点 | 58 | + |
59 | - private Boolean flagUserHasBasic_KNOWLEDGE; // 是否购买 BASIC 套餐 | 59 | + // 四会课 弹窗标识 |
60 | - private DateTime expireTimeBasic_KNOWLEDGE; // BASIC 套餐过期时间 | 60 | + private Boolean flagShowTextbookV2Dialog; // 四会课弹窗 显示标识 |
61 | - // BASIC套餐 单词 | 61 | + private String textbookV2ImageUrl; // 四会课弹窗 图片 |
62 | - private Boolean flagUserHasBasic_WORD; // 是否购买 BASIC 套餐 | 62 | + private String textbookV2PageUrl; // 四会课显示 网页 |
63 | - private DateTime expireTimeBasic_WORD; // BASIC 套餐过期时间 | 63 | + // 四会课 banner |
64 | - | 64 | + private Boolean flagShowTextbookV2Purchase; // 四会课购买 显示标识 |
65 | - // 四会课 单词 | 65 | + private String textbookV2PurchaseUrl; // 四会课购买 网页 |
66 | - private Boolean flagPaperTextbookAuth; // 纸质四会课 权限 | 66 | + private String textbookV2PurchaseImage; // 四会课购买 图片 |
67 | - private DateTime expireTimePaperTextbook; // 纸质四会课 过期时间 | 67 | + // 精华小学期 banner |
68 | + private Boolean flagShowClassSmall_JH; // 精华小学期 显示标识 | ||
69 | + private String classSmall_JHPurchaseUrl; // 精华小学期 网页 | ||
70 | + private String classSmall_JHPurchaseImage; // 精华小学期 图片 | ||
68 | } | 71 | } |
69 | ``` | 72 | ``` |
-
Please register or login to post a comment