成长路径图,导入考试去除属性

This commit is contained in:
yang
2024-07-08 14:49:54 +08:00
parent 5594e07264
commit 170dc45c64

View File

@@ -27,10 +27,10 @@ public class SaveExamScoreDto {
*/
private String testId;
/**
* 考试名称
*/
private String testName;
// /**
// * 考试名称
// */
// private String testName;
// /**
// * 考试时长 分钟
@@ -77,10 +77,10 @@ public class SaveExamScoreDto {
*/
private Float realScore;
/**
* 用时秒
*/
private Integer useMinute;
// /**
// * 用时秒
// */
// private Integer useMinute;
/**
@@ -106,17 +106,17 @@ public class SaveExamScoreDto {
*/
private Integer status;
/**
* 考试次数
*/
private Integer times;
// /**
// * 考试次数
// */
// private Integer times;
/**
* 记录最后的操作时间
*/
@JsonFormat(pattern = "yyyy-MM-dd'T'HH:mm:ss")
private LocalDateTime lastTime;
// /**
// * 记录最后的操作时间
// */
// @JsonFormat(pattern = "yyyy-MM-dd'T'HH:mm:ss")
// private LocalDateTime lastTime;
}