Kaynağa Gözat

我的作业代码提交

pans 6 ay önce
ebeveyn
işleme
343785f036

+ 1 - 0
snowy-plugin/snowy-plugin-exam/snowy-plugin-exam-func/src/main/java/vip/xiaonuo/exam/mapper/mapping/ExamPaperMapper.xml

@@ -409,6 +409,7 @@
     SELECT
       tep.id,
       tep.name,
+      tep.paper_type paperType,
       su.ID userId,
       cc.ID hourId,
       cc.NAME hourName,

+ 1 - 0
snowy-plugin/snowy-plugin-exam/snowy-plugin-exam-func/src/main/java/vip/xiaonuo/exam/vo/ExamPaperVo.java

@@ -54,6 +54,7 @@ public class ExamPaperVo {
      */
     private Integer answerId;
 
+    private Integer paperType;
 
 
 }