管道基础大数据平台系统开发-【后端】-Server
src/main/java/com/lf/server/mapper/data/DictMapper.java
@@ -15,7 +15,7 @@
@Repository
public interface DictMapper {
    /**
     * 根据表名查询记录数
     * 查询记录数
     *
     * @param tab 表名
     * @return 记录数
@@ -23,7 +23,7 @@
    public Integer selectCount(String tab);
    /**
     * 根据表名分页查询
     * 分页查询
     *
     * @param tab    表名
     * @param limit  记录表
@@ -43,10 +43,10 @@
    /**
     * 插入多条
     *
     * @param dictEntity
     * @param list
     * @return
     */
    public Integer insertDicts(List<DictEntity> dictEntity);
    public Integer insertDicts(List<DictEntity> list);
    /**
     * 删除一条
@@ -81,7 +81,7 @@
    public DictEntity selectDict(int id);
    /**
     * 查询全部数据
     * 查询所有
     *
     * @return
     */