mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/per-boe/java-servers.git
synced 2025-12-10 19:36:50 +08:00
成长路径图,导入考试去除属性
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user