|
@@ -76,4 +76,8 @@ public class ExamVo {
|
|
@Excel(name = "试卷类型id")
|
|
@Excel(name = "试卷类型id")
|
|
@ApiModelProperty("试卷类型id")
|
|
@ApiModelProperty("试卷类型id")
|
|
private Long examPaperId;
|
|
private Long examPaperId;
|
|
|
|
+
|
|
|
|
+ private Long updateTime;
|
|
|
|
+
|
|
|
|
+ private Long createTime;
|
|
}
|
|
}
|