huayandong

add api

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