jiazx0107
2026-01-15 19f170a41e2200eed6a23402b00d7da20b38f42d
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) {