ruoyi-service/ruoyi-dataInterchange/src/main/java/com/ruoyi/dataInterchange/model/enu/PositionAlarm.java
@@ -2,6 +2,7 @@ /** * 位置相关报警类型 * * @author zhibing.pu * @Date 2025/3/3 18:45 */ @@ -28,7 +29,6 @@ private Integer code; private String name; PositionAlarm(Integer code, String name) { this.code = code;