소스 검색

学生补录、二次补录报名 - AI决策匹配 - +报表字段

hare8999@163.com 3 년 전
부모
커밋
95470f359a
1개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 11 0
      doc/Mind/PrimaryElective.cs

+ 11 - 0
doc/Mind/PrimaryElective.cs

@@ -87,6 +87,14 @@ namespace mxdemo.Mind
         public int classCount; // 班级数
         public int personCount; // 人数设置
 
+        // 5.7 hht +字段,用来展示报告
+        public int groupIndicator; // 组合指标 // primary时为设置人数,之后为决策完毕后剩余的设置数
+        public int rankInIndicator; // 组合指标排名
+        public int rankInDisenroll; // 全组合指标排名,即所有未录取人员中的排名 // 可能没用
+        public int bestInIndicator; // 未录取组合排名最优人数 // 这是一个解释数据,并没有直接参与计算
+        public decimal scoreSumAll; // 9门成绩
+        public decimal scoreSumGroup; // 6门成绩
+
         public int rankInGroup; // 选科实时排名
         public int rankInGrade; // 选科全校排名
         public bool allowSelect; // 是否可以报名
@@ -105,6 +113,9 @@ namespace mxdemo.Mind
       public ElectiveSelectModel[] models;
       // 动态追加字段 json 格式见 statColumn.json
       ElectiveSelectGroupStatistics[] statColumns;
+
+      // 5.7 hht +字段 用于展示报告
+      public int[] prevPreferences; // 前一步未录取的报名组合
     }
 
     // 自选专业