字典枚举添加

This commit is contained in:
xy
2024-04-09 09:44:18 +08:00
parent 3e8b420db8
commit 580f55c3d5

View File

@@ -380,11 +380,12 @@ public enum DicDataEnum {
OPEN_DELTA("开口三角", "Open_Delta"), OPEN_DELTA("开口三角", "Open_Delta"),
/** /**
* 装置类型(治理) * 装置类型
*/ */
GATEWAY_DEV("网关", "Gateway"), GATEWAY_DEV("网关", "Gateway"),
CONNECT_DEV("直连设备", "Direct_Connected_Device"), CONNECT_DEV("直连设备", "Direct_Connected_Device"),
DEV("装置", "Device"), DEV("装置", "Device"),
PORTABLE("便携式设备", "Portable"),
/** /**