fuyongxin
2026-06-03 00e0dbbf98347b1e47a7e0aedd41baa61f7567ed
ruoyi-modules/ruoyi-gen/src/main/java/com/ruoyi/gen/service/IGenTableService.java
@@ -70,8 +70,9 @@
     * 导入表结构
     * 
     * @param tableList 导入表列表
     * @param tplWebType 前端类型
     */
    public void importGenTable(List<GenTable> tableList);
    public void importGenTable(List<GenTable> tableList, String tplWebType);
    /**
     * 预览代码