Showing
1 changed file
with
4 additions
and
0 deletions
@@ -9,6 +9,7 @@ | @@ -9,6 +9,7 @@ | ||
9 | - Method: GET | 9 | - Method: GET |
10 | 10 | ||
11 | - ResponseBody: | 11 | - ResponseBody: |
12 | + | ||
12 | ```java | 13 | ```java |
13 | public class MemberSummary implements BeanToJson { | 14 | public class MemberSummary implements BeanToJson { |
14 | 15 | ||
@@ -63,6 +64,9 @@ public class MemberSummary implements BeanToJson { | @@ -63,6 +64,9 @@ public class MemberSummary implements BeanToJson { | ||
63 | // BASIC套餐 单词 | 64 | // BASIC套餐 单词 |
64 | private Boolean flagUserHasBasic_WORD; // 是否购买 BASIC 套餐 | 65 | private Boolean flagUserHasBasic_WORD; // 是否购买 BASIC 套餐 |
65 | private DateTime expireTimeBasic_WORD; // BASIC 套餐过期时间 | 66 | private DateTime expireTimeBasic_WORD; // BASIC 套餐过期时间 |
67 | + | ||
68 | + private Boolean flagShowAddressButton_WORD; // 四会单词课 是否显示填写地址按钮 | ||
69 | + private Boolean flagShowAddressButton_XXQ; // 小学期 是否显示填写地址按钮 | ||
66 | } | 70 | } |
67 | ``` | 71 | ``` |
68 | 72 |
-
Please register or login to post a comment