935090232@qq.com
2021-10-28 248f33ff3b981a15b4adf26880e24852809561d9
zq-erp/src/main/java/com/matrix/core/enums/EnumsManager.java
@@ -1,6 +1,7 @@
package com.matrix.core.enums;
import com.matrix.system.hive.hievEnum.SmsPlatformEnum;
import com.matrix.system.hive.hievEnum.SmsTypeEnum;
import java.util.HashMap;
import java.util.List;
@@ -15,6 +16,7 @@
    static {
        showAbleMap.put(SmsPlatformEnum.values()[0].getEnumCode(),SmsPlatformEnum.values()[0].getEnumsShowVos());
        showAbleMap.put(SmsTypeEnum.values()[0].getEnumCode(),SmsTypeEnum.values()[0].getEnumsShowVos());
    }
    public static List<EnumsShowVo> getShowEnum(String emumCode){