Pu Zhibing
2025-05-23 f355ef485a56e613b71d0262c089b995d7ca10d2
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;