Showing
1 changed file
with
2 additions
and
2 deletions
@@ -56,8 +56,8 @@ public static class OrderSummary { | @@ -56,8 +56,8 @@ public static class OrderSummary { | ||
56 | private Boolean flagPost; // 是否已邮寄 | 56 | private Boolean flagPost; // 是否已邮寄 |
57 | private DateTime postTime; // 邮寄时间 | 57 | private DateTime postTime; // 邮寄时间 |
58 | 58 | ||
59 | - private String obtainType; | 59 | + private String obtainType; // 领取方式:WX_MINI_OBTAIN(小程序领取), WX_MINI_SHARE("小程序分享赠送"),MANAGE_OBTAIN("后台领取"); |
60 | - private String courseType; | 60 | + private String courseType; // 课程类型:COURSE_TEXTBOOK_V2_WORD(四会单词课),COURSE_JHXXQ(小学期课) |
61 | } | 61 | } |
62 | ``` | 62 | ``` |
63 | 63 |
-
Please register or login to post a comment