hare8999@163.com 2 년 전
부모
커밋
532d647fe7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
     }