|
@@ -93,7 +93,7 @@ namespace mxdemo.Mind
|
|
EnumElectiveGeneration currentGeneration; // 内部字段
|
|
EnumElectiveGeneration currentGeneration; // 内部字段
|
|
|
|
|
|
// + new fields
|
|
// + new fields
|
|
- int disenrollCount; // 未录取学生数量 - 用于图表展示,或者内部判定allMatched
|
|
|
|
|
|
+ // int disenrollCount; // 未录取学生数量 - 用于图表展示,或者内部判定allMatched // 5.22 将此字段改到summary才能体现不同代的未录人数
|
|
bool enablePushNextDMGeneration; // 是否可以强制推进下一代决策进程 = 当前为报名进程,且学生均已报名
|
|
bool enablePushNextDMGeneration; // 是否可以强制推进下一代决策进程 = 当前为报名进程,且学生均已报名
|
|
bool allowDMAlgorithm; // 当前为决策进程,支持运行匹配算法(BackTrackingDM,FinalAdjustDM)
|
|
bool allowDMAlgorithm; // 当前为决策进程,支持运行匹配算法(BackTrackingDM,FinalAdjustDM)
|
|
bool doneDMAlgorithm; // 当前为决策进程,且已经运行了匹配算法
|
|
bool doneDMAlgorithm; // 当前为决策进程,且已经运行了匹配算法
|
|
@@ -287,6 +287,7 @@ namespace mxdemo.Mind
|
|
/// 迭加到某决策代的统计项目,比如当前选科的总录取人数、待签人数、已签人数等,下面接口会细述
|
|
/// 迭加到某决策代的统计项目,比如当前选科的总录取人数、待签人数、已签人数等,下面接口会细述
|
|
/// </summary>
|
|
/// </summary>
|
|
ElectiveSummaryCategory[] accumulates;
|
|
ElectiveSummaryCategory[] accumulates;
|
|
|
|
+ int disenrollCount; // 5.22 hht 将未录人数放在此处
|
|
}
|
|
}
|
|
|
|
|
|
/// <summary>
|
|
/// <summary>
|