fuyongxin
2026-06-03 1fd34350ea68fe820c4b62881b13c9f01082e6c0
ruoyi-modules/ruoyi-gen/src/main/java/com/ruoyi/gen/service/IGenTableService.java
@@ -36,6 +36,13 @@
    public List<GenTable> selectDbTableListByNames(String[] tableNames);
    /**
     * 查询所有表信息
     *
     * @return 表信息集合
     */
    public List<GenTable> selectGenTableAll();
    /**
     * 查询业务信息
     * 
     * @param id 业务ID
@@ -63,8 +70,9 @@
     * 导入表结构
     * 
     * @param tableList 导入表列表
     * @param tplWebType 前端类型
     */
    public void importGenTable(List<GenTable> tableList);
    public void importGenTable(List<GenTable> tableList, String tplWebType);
    /**
     * 预览代码