Showing
1 changed file
with
1 additions
and
1 deletions
@@ -261,6 +261,6 @@ private Boolean flagClassClosed; // 是否已结课:true查询已结束的 | @@ -261,6 +261,6 @@ private Boolean flagClassClosed; // 是否已结课:true查询已结束的 | ||
261 | { | 261 | { |
262 | "amountClassSmall": 0, // 应上课人数 | 262 | "amountClassSmall": 0, // 应上课人数 |
263 | "amountClassSchedule": 0, // 实际上课人数 | 263 | "amountClassSchedule": 0, // 实际上课人数 |
264 | - "amountEvaluationStudent": 0 // 参与评价的学生人数 | 264 | + "amountEvaluationStudent": 0 // 评价GOOD的学生人数 |
265 | } | 265 | } |
266 | ``` | 266 | ``` |
-
Please register or login to post a comment