xiangpei
2024-07-12 5208d39b2adecd65a56a7d55b8cfd7ef076eb9dc
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