|
@@ -85,7 +85,7 @@ namespace mxdemo.Mind
|
|
public int groupId; // 组合
|
|
public int groupId; // 组合
|
|
public string groupName; // 名称
|
|
public string groupName; // 名称
|
|
public int classCount; // 班级数
|
|
public int classCount; // 班级数
|
|
- public int personCount; // 限制人数
|
|
|
|
|
|
+ public int personCount; // 人数设置
|
|
|
|
|
|
public int rankInGroup; // 选科实时排名
|
|
public int rankInGroup; // 选科实时排名
|
|
public int rankInGrade; // 选科全校排名
|
|
public int rankInGrade; // 选科全校排名
|
|
@@ -103,6 +103,7 @@ namespace mxdemo.Mind
|
|
;
|
|
;
|
|
public class ElectiveSelectModelWrapper {
|
|
public class ElectiveSelectModelWrapper {
|
|
public ElectiveSelectModel[] models;
|
|
public ElectiveSelectModel[] models;
|
|
|
|
+ // 动态追加字段 json 格式见 statColumn.json
|
|
ElectiveSelectGroupStatistics[] statColumns;
|
|
ElectiveSelectGroupStatistics[] statColumns;
|
|
}
|
|
}
|
|
|
|
|