字段名字段说明字段类型附加信息
SchID

integer

None.

ClassID

班级ID

integer

None.

CName

班级名称

string

None.

StuID

学生

integer

None.

StuName

学生名称

string

None.

ExamName

考试名称

string

None.

ExamDate

考试日期

date

None.

TotalScore

学生总分数

string

None.

IsShowSno

是否显示平均分

boolean

None.

Percent

班级排名率

string

None.

ClassAvg

班级平均分

string

None.

FirstScore

班级第一名

string

None.

SecondScore

班级第二名

string

None.

ThirdScore

班级第三名

string

None.

Scores

学生成绩

Dictionary of string [key] and string [value]

None.

SubPercents

科目击败率

Dictionary of string [key] and string [value]

None.

Subjects

科目列表

Collection of string

None.

DateItems

统计数据集

Collection of ExamScoreStuRptApiModel

None.