管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2022-10-11 7fd2c877f44b3835fbcc90e420f52090787f0249
src/main/java/com/lf/server/mapper/sys/ResMapper.java
@@ -15,7 +15,7 @@
@ResponseBody
public interface ResMapper {
    /**
     * 根据表名查询记录数
     * 查询记录数
     *
     * @param name 表名
     * @return 记录数
@@ -23,7 +23,7 @@
    public Integer selectCount(String name);
    /**
     * 根据表名分页查询
     * 分页查询
     *
     * @param name    表名
     * @param limit  记录表
@@ -76,7 +76,7 @@
    public ResEntity selectRes(int id);
    /**
     * 查询全部数据
     * 查询所有
     * @return
     */
    public List<ResEntity> selectResAll();