src/main/kotlin/com/flightfeather/uav/socket/eunm/UWDeviceType.kt
@@ -6,7 +6,7 @@ enum class UWDeviceType(val value: String, val des: String) { UAV("0b", "无人机设备"), VEHICLE("0a", "车载设备"), BOAT("0c", "无人船"), BOAT("0c", "无人船设备"), GRID("0d", "网格化设备"); companion object {