Commit f7270958 by huangjy

新增故障状态

parent 6df9701a
......@@ -9,7 +9,9 @@ import lombok.Getter;
public enum DeviceState {
notActive("notActive","禁用"),
offline("offline","离线"),
online("online","在线");
online("online","在线"),
abnormal("abnormal","故障");
private final String value;
private final String name;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment