RuoYi
2022-01-07 154f6867e5c294d9b0982f6beec4f15c68fb5d37
src/main/java/com/ruoyi/project/tool/gen/service/IGenTableService.java
@@ -36,6 +36,13 @@
    public List<GenTable> selectDbTableListByNames(String[] tableNames);
    /**
     * 查询所有表信息
     *
     * @return 表信息集合
     */
    public List<GenTable> selectGenTableAll();
    /**
     * 查询业务信息
     * 
     * @param id 业务ID