正考通过
This commit is contained in:
@@ -10,7 +10,7 @@ import org.apache.commons.lang3.StringUtils;
|
|||||||
public enum ExamStatusEnum {
|
public enum ExamStatusEnum {
|
||||||
|
|
||||||
NOT_START(0, "未开始"),
|
NOT_START(0, "未开始"),
|
||||||
PASS(1, "通过"),
|
PASS(1, "正考通过"),
|
||||||
NOT_PASS(2, "不通过");
|
NOT_PASS(2, "不通过");
|
||||||
|
|
||||||
private Integer code;
|
private Integer code;
|
||||||
|
|||||||
Reference in New Issue
Block a user