|
@@ -390,6 +390,12 @@ namespace mxdemo.Mind
|
|
|
{
|
|
|
ElectiveGenerationFlowHistory[] histories; // 4.19 当前student截止到当前代的全部generation flow data数据,但需要转换为业务格式
|
|
|
|
|
|
+ // 5.5 hht 允许此条数据触发强制调剂。具体进行到哪代可以调剂、哪些数据可以调剂???
|
|
|
+ // 5.5 hht 暂定:所有学生录取完毕的决策代或者二次补录决策代允许调剂,可调剂对象为已录取(包含正常录与调剂录)和二级补录决策中未录取的。
|
|
|
+ public bool enableForce;
|
|
|
+ // 5.5 hht 如果允许强制调剂,禁止调剂到哪个组合?一般禁止调剂到被录取组合,因为原地不动不叫调剂。没有禁止的给0或者null
|
|
|
+ public int disableForceGroupId;
|
|
|
+
|
|
|
public long id { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
|
|
|
public string category { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
|
|
|
public EnumElectiveGeneration generation { get => throw new NotImplementedException(); set => throw new NotImplementedException(); }
|