src/main/kotlin/com/flightfeather/uav/lightshare/eunm/ElectricityType.kt @@ -8,5 +8,7 @@ //产线设备 ProductionLine(0), //净化设备 Purify(1) Purify(1), //未知设备 UnKnow(99), }