Browse Source

表单快速导入,导入模板定向路由

大数据与最优化研究所 6 months ago
parent
commit
ee038e47eb
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/main/java/com/xjrsoft/module/generator/entity/ListConfig.java

+ 5 - 0
src/main/java/com/xjrsoft/module/generator/entity/ListConfig.java

@@ -29,6 +29,11 @@ public class ListConfig {
      */
     private Integer pageSize;
 
+    /**
+     * 导入模版url
+     */
+    private String importTemplateUrl;
+
     /**
      * 导入模版名称
      */