Showing
1 changed file
with
2 additions
and
2 deletions
@@ -47,8 +47,8 @@ public class MemberSummary implements BeanToJson { | @@ -47,8 +47,8 @@ public class MemberSummary implements BeanToJson { | ||
47 | 47 | ||
48 | // 四会课 弹窗标识 | 48 | // 四会课 弹窗标识 |
49 | private Boolean flagShowTextbookV2Dialog; // 四会课弹窗 显示 | 49 | private Boolean flagShowTextbookV2Dialog; // 四会课弹窗 显示 |
50 | - private String TextbookV2ImageUrl; // 四会课弹窗 图片 | 50 | + private String textbookV2ImageUrl; // 四会课弹窗 图片 |
51 | - private String TextbookV2PageUrl; // 四会课显示 网页 | 51 | + private String textbookV2PageUrl; // 四会课显示 网页 |
52 | // 四会课 显示购买入口 | 52 | // 四会课 显示购买入口 |
53 | private Boolean flagShowTextbookV2Purchase; // 四会课购买 入口 | 53 | private Boolean flagShowTextbookV2Purchase; // 四会课购买 入口 |
54 | 54 |
-
Please register or login to post a comment