hare8999@163.com 2 éve
szülő
commit
532d647fe7
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      doc/Mind/ElectiveGeneration.cs

+ 1 - 1
doc/Mind/ElectiveGeneration.cs

@@ -572,7 +572,7 @@ namespace mxdemo.Mind
         /// 重用getElectiveGenerationDetails, query=active=generation
         /// 学生查询接口,查询当前班级的选科数据
         /// </summary>
-        ClassGenerationDetailWrapper getClassGenerationDetails(int pageNum, int pageSize, int roundId, int generation, string queryCode);
+        ClassGenerationDetailWrapper getClassGenerationDetails(int roundId, int generation, string queryCode);
 
         #endregion
     }