考试
This commit is contained in:
@@ -105,7 +105,7 @@ public class EmployeeTrainingDO {
|
||||
* 理论考试分值
|
||||
*/
|
||||
@Column(name = "theoretical_exam_score")
|
||||
private Integer theoreticalExamScore;
|
||||
private Float theoreticalExamScore;
|
||||
|
||||
/**
|
||||
* 实操考试状态 0-未开始 1-合格 2-不合格
|
||||
|
||||
@@ -84,7 +84,7 @@ public class AssessmentUserTrainingVO {
|
||||
* 理论考试分值
|
||||
*/
|
||||
@ApiModelProperty("理论考试分值")
|
||||
private Integer theoreticalExamScore;
|
||||
private Float theoreticalExamScore;
|
||||
|
||||
/**
|
||||
* 实操考试分值
|
||||
|
||||
@@ -130,7 +130,7 @@ public class EmployeeTrainingDetailVO {
|
||||
* 理论考试分值
|
||||
*/
|
||||
@ApiModelProperty("理论考试分值")
|
||||
private Integer theoreticalExamScore;
|
||||
private Float theoreticalExamScore;
|
||||
|
||||
/**
|
||||
* 实操考试状态 0-未开始 1-合格 2-不合格
|
||||
|
||||
@@ -55,7 +55,7 @@ public class EmployeeTrainingVO {
|
||||
private Integer theoreticalExamStatus;
|
||||
|
||||
@ApiModelProperty("理论考试分值")
|
||||
private Integer theoreticalExamScore;
|
||||
private Float theoreticalExamScore;
|
||||
|
||||
@ApiModelProperty("实操考试状态 0-未开始 1-合格 2-不合格")
|
||||
private Integer practicalExamStatus;
|
||||
|
||||
Reference in New Issue
Block a user