fuliqi
2024-10-17 8546b3d285af4235a0ef615a0c6e89486ae2c806
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