huayandong

add api

@@ -260,7 +260,7 @@ private Boolean flagClassClosed; // 是否已结课:true查询已结束的 @@ -260,7 +260,7 @@ private Boolean flagClassClosed; // 是否已结课:true查询已结束的
260 ```json 260 ```json
261 { 261 {
262 "amountClassSmall": 0, // 应上课人数 262 "amountClassSmall": 0, // 应上课人数
263 - "amountClassSchedule": 0 // 实际上课人数 263 + "amountClassSchedule": 0, // 实际上课人数
264 "amountEvaluationStudent": 0 // 参与评价的学生人数 264 "amountEvaluationStudent": 0 // 参与评价的学生人数
265 } 265 }
266 ``` 266 ```