浏览代码

feat:模板配置-修改适用性规则字段映射关系

mozuwen 7 月之前
父节点
当前提交
4d44b14f4d

+ 6 - 7
service-base/src/main/java/com/simuwang/base/common/conts/ApplicationRuleFileConst.java

@@ -8,18 +8,17 @@ public class ApplicationRuleFileConst {
     public final static Integer EMAIL_TITLE_FILE = 1;
 
     /**
-     * 邮件正文
-     */
-    public final static Integer EMAIL_CONTENT_FILE = 2;
-
-    /**
      * 附件名称
      */
-    public final static Integer EMAIL_FILE_NAME_FILE = 3;
+    public final static Integer EMAIL_FILE_NAME_FILE = 2;
 
     /**
      * 表格内容
      */
-    public final static Integer EMAIL_EXCEL_CONTENT_FILE = 4;
+    public final static Integer EMAIL_EXCEL_CONTENT_FILE = 3;
+    /**
+     * 邮件正文
+     */
+    public final static Integer EMAIL_CONTENT_FILE = 4;
 
 }