inleft
2022-08-21 7fe1bd7734e8a1f80523d5fce34290e3f20a7403
snowy-base/snowy-core/src/main/java/vip/xiaonuo/core/consts/MyConstant.java
@@ -77,4 +77,13 @@
        int type_1 = 1;
        int type_2 = 2;
    }
    /**
     * 邮件模板名称
     */
    interface ftlModel {
        String path = "templates";
        String reply = "emailReplyModel.ftl";
        String remind = "remindMe.ftl";
    }
}