管道基础大数据平台系统开发-【后端】-Server
11
13693261870
2022-12-21 6355ba4d8a6edc7afb125063ddbe89126a1af784
src/main/java/com/lf/server/mapper/all/BaseQueryMapper.java
@@ -40,6 +40,24 @@
    public List<TabEntity> selectTabs();
    /**
     * 根据表名查询记录数
     *
     * @param tab 表名
     * @return 记录数
     */
    public Integer selectTabsForCount(String tab);
    /**
     * 根据表名分页查询
     *
     * @param tab    表名
     * @param limit  记录数
     * @param offset 偏移量
     * @return
     */
    public List<TabEntity> selectTabsByPage(String tab, Integer limit, Integer offset);
    /**
     * 查询字段信息
     *
     * @param ns  名称空间