Showing
1 changed file
with
5 additions
and
5 deletions
@@ -64,11 +64,11 @@ | @@ -64,11 +64,11 @@ | ||
64 | { | 64 | { |
65 | "name": "326-测试班课", | 65 | "name": "326-测试班课", |
66 | "mentorName": "测试mentor", | 66 | "mentorName": "测试mentor", |
67 | - "flagEnable": true, | 67 | + "flagEnable": true, // 班级是否开放 |
68 | - "flagTeacherChinese": false, | 68 | + "flagTeacherChinese": false, // 是否安排中教 |
69 | - "flagTeacherEnglish": false, | 69 | + "flagTeacherEnglish": false, // 是否安排外教 |
70 | - "flagSchedule": true, | 70 | + "flagSchedule": true, // 是否安排课表 |
71 | - "flagClassClosed": false, | 71 | + "flagClassClosed": false, // 课程是否结束 |
72 | "groupType": "GROUP_CLASS_ONLINE_0101" | 72 | "groupType": "GROUP_CLASS_ONLINE_0101" |
73 | } | 73 | } |
74 | ``` | 74 | ``` |
-
Please register or login to post a comment