luohairen
2024-11-01 af0cd13e3b2e2126dd0058b8c650aa675a55cd28
src/main/java/com/ycl/jxkg/domain/vo/student/exam/ExamPaperSubmitVO.java
@@ -13,9 +13,10 @@
    @NotNull
    private Integer id;
    /** 做题时长 */
    @NotNull
    private Integer doTime;
    /** 总得分 */
    private String score;
    @NotNull