管道基础大数据平台系统开发-【后端】-Server
src/main/java/com/lf/server/mapper/sys/DepMapper.java
@@ -24,10 +24,10 @@
    /**
     * 插入多条
     * @param depEntity
     * @param list
     * @return
     */
    public Integer insertDeps(List<DepEntity> depEntity);
    public Integer insertDeps(List<DepEntity> list);
    /**
     * 删除一条
     * @param id
@@ -57,7 +57,7 @@
    public DepEntity selectDep(int id);
    /**
     * 查询全部数据
     * 查询所有
     * @return
     */
    public List<DepEntity> selectDepAll();