Commit 4ec485be by huangjy

feat,设备类型枚举

parent 2069f975
......@@ -9,7 +9,7 @@ import lombok.Getter;
public enum DeviceType {
device("device","直连设备"),
childrenDevice("device","网关子设备"),
gateway("网关设备","网关设备");
gateway("gateway","网关设备");
private final String value;
private final String text;
......
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