| | |
| | | /** |
| | | * 考试名称 |
| | | */ |
| | | @TableField("exam_name") |
| | | private String exam_name; |
| | | private String examName; |
| | | |
| | | /** |
| | | * 考试类型 |
| | | */ |
| | | @TableField("exam_type") |
| | | private String exam_type; |
| | | private Integer examType; |
| | | |
| | | /** |
| | | * 注意事项 |
| | | */ |
| | | @TableField("exam_attention") |
| | | private String exam_attention; |
| | | private String examAttention; |
| | | |
| | | /** |
| | | * 考试开始时间 |
| | | */ |
| | | @TableField("start_time") |
| | | private Date start_time; |
| | | private Date startTime; |
| | | |
| | | /** |
| | | * 考试结束时间 |
| | | */ |
| | | @TableField("end_time") |
| | | private Date end_time; |
| | | private Date endTime; |
| | | |
| | | /** |
| | | * 时间区间 |
| | | */ |
| | | @TableField("exam_time") |
| | | private String exam_time; |
| | | private String examTime; |
| | | |
| | | /** |
| | | * 总分 |
| | | */ |
| | | @TableField("total_score") |
| | | private String total_score; |
| | | private String totalScore; |
| | | |
| | | /** |
| | | * 状态 |
| | | */ |
| | | @TableField("exam_status") |
| | | private String exam_status; |
| | | private Integer examStatus; |
| | | |
| | | /** |
| | | * 创建人 |
| | |
| | | /** |
| | | * 创建时间 |
| | | */ |
| | | @TableField("creator_date") |
| | | private Date creator_date; |
| | | private Date creatorDate; |
| | | |
| | | /** |
| | | * 备注 |