修改状态枚举
This commit is contained in:
parent
789a11bf1d
commit
fbc1d4fd22
|
|
@ -5,6 +5,7 @@ import com.fasterxml.jackson.annotation.JsonValue;
|
|||
|
||||
public enum StatusEnum {
|
||||
PENDING("pending", "待执行"),
|
||||
CHECKING("checking", "自检中"),
|
||||
RUNNING("running", "执行中"),
|
||||
COMPLETED("completed", "已完成"),
|
||||
FAILED("failed", "失败"),
|
||||
|
|
|
|||
Loading…
Reference in New Issue