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"; } }