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 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;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user