fzzy-igdss-core/src/main/java/com/fzzy/igds/constant/NoticeType.java
@@ -1,10 +1,13 @@ package com.fzzy.igds.constant; import lombok.Getter; /** * @Description 警告通知类型:短信,语音 * @Author CZT * @Date 2025/11/25 15:43 */ @Getter public enum NoticeType { @@ -23,14 +26,6 @@ NoticeType(String code, String name) { this.code = code; this.name = name; } public String getCode() { return code; } public String getName() { return name; } public static String getName(String code) {