fuyongxin
2026-06-03 1cb2e46cb3f7d55a5e1a3235255828fa6a203f62
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);
    /**
     * 预览代码