feat:初始化 -融骅
This commit is contained in:
12
serve/tools/data.js
Normal file
12
serve/tools/data.js
Normal file
@@ -0,0 +1,12 @@
|
||||
module.exports = [
|
||||
`
|
||||
ExamQuestions 考试试题结果存储
|
||||
|
||||
historyId number 考试记录Id
|
||||
questionId number 试题ID
|
||||
questionScore number 该题分值
|
||||
score number 我的得分
|
||||
userAnswer string 我的答案
|
||||
comment string 老师的评语
|
||||
`,
|
||||
];
|
||||
Reference in New Issue
Block a user