TRX hai 1 ano
pai
achega
1141cece9b

+ 1 - 1
src/main/java/com/github/microservice/types/deviceUse/DeviceType.java

@@ -6,8 +6,8 @@ import lombok.Getter;
  * 硬件设备类型
  */
 public enum DeviceType {
-    Consumer("消费机"),
     GateWay("网关"),
+    Consumer("消费机"),
     Door("门禁机"),
     GateDoor("门闸"),
     SmartLock("智能门锁"),