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