xiangpei
2024-06-26 41345b6831cc4f37ff628b643355d917319492c9
src/main/java/com/ycl/jxkg/domain/vo/ExamVO.java
@@ -55,6 +55,9 @@
    /** 创建老师 */
    private Integer teacherId;
    /** 是否是继续考试 */
    private Boolean isContinue;
    public static ExamVO getVoByEntity(@NonNull Exam entity, ExamVO vo) {
        if(vo == null) {
            vo = new ExamVO();