培训返回值

This commit is contained in:
bianyadong
2024-05-09 16:16:45 +08:00
parent 31fca6ad8c
commit d80d1e4b3c
7 changed files with 58 additions and 8 deletions

View File

@@ -63,7 +63,7 @@ public class EmployeeTrainingVO {
@ApiModelProperty("实操考试分值")
private Integer practicalExamScore;
@ApiModelProperty("考核状态 0-培训中 1-带考核 2-考核通过 3-考核不通过")
@ApiModelProperty("考核状态 -1 未开始 0-培训中 1-带考核 2-考核通过 3-考核不通过")
private Integer assessmentStatus;