fuliqi
2024-07-04 f5379a7100a20f538092eb839b2f4c9f6d3a1b45
src/main/java/com/ycl/jxkg/domain/vo/student/exampaper/ExamPaperAnswerExportVO.java
@@ -12,7 +12,7 @@
 */
@Data
@ColumnWidth(18)
@ColumnWidth(22)
@ContentStyle(horizontalAlignment= HorizontalAlignmentEnum.CENTER)
public class ExamPaperAnswerExportVO {
@@ -20,10 +20,10 @@
    private String userName;
    @ExcelProperty("分数")
    private String userScore;
    private String score;
    @ExcelProperty("总分")
    private String paperScore;
    private String totalScore;
    @ExcelProperty("正确题数")
    private Integer questionCorrect;
@@ -31,10 +31,10 @@
    @ExcelProperty("题目总数")
    private Integer questionCount;
    @ExcelProperty("答题时间")
    @ExcelProperty("答题时间(秒)")
    private String doTime;
    @ExcelProperty("提交时间")
    private String createTime;
    private String submitTime;
}