13 lines
264 B
JavaScript
13 lines
264 B
JavaScript
module.exports = [
|
|
`
|
|
ExamQuestions 考试试题结果存储
|
|
|
|
historyId number 考试记录Id
|
|
questionId number 试题ID
|
|
questionScore number 该题分值
|
|
score number 我的得分
|
|
userAnswer string 我的答案
|
|
comment string 老师的评语
|
|
`,
|
|
];
|