数据库设计
This commit is contained in:
parent
70ecf0aed8
commit
038c6e4637
@ -56,7 +56,7 @@ github - mysql :[https://github.com/mindskip/xzs-mysql](https://github.com/min
|
|||||||
|
|
||||||
## 数据库设计
|
## 数据库设计
|
||||||
|
|
||||||
### 试卷表:t_exam_paper
|
### 试卷表 t_exam_paper
|
||||||
|
|
||||||
| 字段名 | 类型 | 注释 |
|
| 字段名 | 类型 | 注释 |
|
||||||
| ---- | ---- | ---- |
|
| ---- | ---- | ---- |
|
||||||
@ -76,6 +76,26 @@ github - mysql :[https://github.com/mindskip/xzs-mysql](https://github.com/min
|
|||||||
| deleted | bit | |
|
| deleted | bit | |
|
||||||
| task_exam_id | int | |
|
| task_exam_id | int | |
|
||||||
|
|
||||||
|
### 试卷答案表 t_exam_paper_answer
|
||||||
|
|
||||||
|
| 字段名 | 类型 | 注释 |
|
||||||
|
| ---- | ---- | ---- |
|
||||||
|
| id |int | |
|
||||||
|
| exam_paper_id | int | |
|
||||||
|
| paper_name | varchar | 试卷名称 |
|
||||||
|
| paper_type | int | 试卷类型( 1固定试卷 2临时试卷 3班级试卷 4.时段试卷 ) |
|
||||||
|
| subject_id | int | 学科 |
|
||||||
|
| system_score | int | 系统判定得分 |
|
||||||
|
| user_score | int | 最终得分(千分制) |
|
||||||
|
| paper_score | int | 试卷总分 |
|
||||||
|
| question_correct | int | 做对题目数量 |
|
||||||
|
| question_count | int | 题目总数量 |
|
||||||
|
| do_time | int | 做题时间(秒) |
|
||||||
|
| status | int | 试卷状态(1待判分 2完成) |
|
||||||
|
| create_user | int | 学生 |
|
||||||
|
| create_time | datetime | 提交时间 |
|
||||||
|
| task_exam_id | int | |
|
||||||
|
|
||||||
## 项目开发
|
## 项目开发
|
||||||
|
|
||||||
### 开发说明
|
### 开发说明
|
||||||
|
Loading…
Reference in New Issue
Block a user