luohairen
2024-11-12 bf04635741203b3a8e16f282fbef3b8cc1b25f0d
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