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

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