Browse Source

选科草稿 + 分页参数

hare8999@163.com 3 năm trước cách đây
mục cha
commit
01f2e0c895
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      doc/Mind/ElectiveGeneration.cs

+ 1 - 1
doc/Mind/ElectiveGeneration.cs

@@ -433,7 +433,7 @@ namespace mxdemo.Mind
         /// <param name="groupId">针对组合的查询会传,否则传0或者''(具体看返回的时候给的什么值,比如未报名的)</param>
         /// <param name="queryCode"></param>
         /// <returns></returns>
-        ElectiveGenerationDetailWrapper getElectiveGengerationDetails(int roundId, int generation, int groupId, string queryCode);
+        ElectiveGenerationDetailWrapper getElectiveGenerationDetails(int pageNo, int pageSize, int roundId, int generation, int groupId, string queryCode);
 
         #endregion