|
@@ -360,6 +360,7 @@ namespace mxdemo.Mind
|
|
int groupId { get; set; }
|
|
int groupId { get; set; }
|
|
string groupName { get; set; }
|
|
string groupName { get; set; }
|
|
string datetime { get; set; }
|
|
string datetime { get; set; }
|
|
|
|
+ string userName { get; set; }
|
|
}
|
|
}
|
|
|
|
|
|
public class ElectiveGenerationRankDescriptor
|
|
public class ElectiveGenerationRankDescriptor
|
|
@@ -441,7 +442,7 @@ namespace mxdemo.Mind
|
|
/// </summary>
|
|
/// </summary>
|
|
public class ElectiveGenerationOptionalMajor
|
|
public class ElectiveGenerationOptionalMajor
|
|
{
|
|
{
|
|
- ElectiveOptionalMajor[] majors; // 自选专业列表
|
|
|
|
|
|
+ ElectiveOptionalMajor[] marjors; // 自选专业列表
|
|
|
|
|
|
int bestMatchedGroupId; // 最佳匹配
|
|
int bestMatchedGroupId; // 最佳匹配
|
|
}
|
|
}
|
|
@@ -451,7 +452,7 @@ namespace mxdemo.Mind
|
|
/// </summary>
|
|
/// </summary>
|
|
/// <param name="studentIds"></param>
|
|
/// <param name="studentIds"></param>
|
|
/// <returns>批量取学生自选专业匹配情况</returns>
|
|
/// <returns>批量取学生自选专业匹配情况</returns>
|
|
- Dictionary<int, ElectiveGenerationOptionalMajor> getGenerationOptionalMajorsBatch(int[] studentIds);
|
|
|
|
|
|
+ Dictionary<int, ElectiveGenerationOptionalMajor> getGenerationOptionalMajorsBatch(int roundId, int[] studentIds);
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 通过summary中输出的queryCode反查明细
|
|
/// 通过summary中输出的queryCode反查明细
|
|
@@ -553,7 +554,7 @@ namespace mxdemo.Mind
|
|
/// 重用getElectiveGenerationDetails, query=active=current
|
|
/// 重用getElectiveGenerationDetails, query=active=current
|
|
/// <param name="keywords">姓名/学号/账号</param>
|
|
/// <param name="keywords">姓名/学号/账号</param>
|
|
/// </summary>
|
|
/// </summary>
|
|
- ElectiveGenerationDetailWrapper[] searchElectiveGenerationDetails(int pageNum, int pageSize, int roundId, string keywords);
|
|
|
|
|
|
+ ElectiveGenerationDetail[] searchElectiveGenerationDetails(int pageNum, int pageSize, int roundId, string keywords);
|
|
#endregion
|
|
#endregion
|
|
}
|
|
}
|
|
}
|
|
}
|