gongchunyi
2026-05-22 ad45ebdf25cae54a3950bba33aa767fc7a8a43d8
src/main/java/com/ruoyi/project/tool/gen/service/IGenTableService.java
@@ -67,11 +67,20 @@
    public void deleteGenTableByIds(Long[] tableIds);
    /**
     * 导入表结构
     *
     * @param tableList 导入表列表
     * 创建表
     *
     * @param sql 创建表语句
     * @return 结果
     */
    public void importGenTable(List<GenTable> tableList);
    public boolean createTable(String sql);
    /**
     * 导入表结构
     *
     * @param tableList 导入表列表
     * @param operName 操作人员
     */
    public void importGenTable(List<GenTable> tableList, String operName);
    /**
     * 预览代码