目 录

| 表名 | 主键 | 注释 |
|---|---|---|
| evaluate_results | id | 问卷评教结果 |
| 序号 | 字段名 | 字段类型 | 是否可空 | 描述 | 引用表 |
|---|---|---|---|---|---|
| 1 | id | bigint | 否 | 非业务主键:datetime | |
| 2 | clazz_id | bigint | 否 | 教学任务ID | edu.clazzes |
| 3 | department_id | integer | 否 | 开课院系ID | base.departments |
| 4 | evaluate_at | timestamp | 否 | 评教时间 | |
| 5 | questionnaire_id | bigint | 否 | 问卷信息ID | qos.questionnaires |
| 6 | remark | varchar(20) | 否 | 备注 | |
| 7 | score | float4 | 否 | 总分 | |
| 8 | stat_type | integer | 否 | 1正常 2 无效 3异常(互斥) | |
| 9 | student_id | bigint | 否 | 学生ID | base.students |
| 10 | teacher_id | bigint | 否 | 教师ID | base.teachers |
| 表名 | 主键 | 注释 |
|---|---|---|
| question_results | id | 问题评教结果 |
| 序号 | 字段名 | 字段类型 | 是否可空 | 描述 | 引用表 |
|---|---|---|---|---|---|
| 1 | id | bigint | 否 | 非业务主键:datetime | |
| 2 | option_id | bigint | 否 | 问题选项ID | qos.options |
| 3 | question_id | bigint | 否 | 问题ID | qos.questions |
| 4 | question_type_id | bigint | 否 | 问题类别ID | qos.question_types |
| 5 | result_id | bigint | 否 | 评教结果ID | qos.evaluate_results |
| 6 | score | float4 | 否 | 得分 |
| 索引名 | 索引字段 | 是否唯一 |
|---|---|---|
| idx_8bhmm2vgbinad1w0aylpxt4n7 | result_id | 否 |