管道基础大数据平台系统开发-【后端】-Server
13693261870
2024-02-26 3b55584efb14459e4343972253080f90f9084154
src/main/java/com/lf/server/service/sys/ReportService.java
@@ -94,6 +94,11 @@
    }
    @Override
    public List<CountEntity> countSizesByType() {
        return reportMapper.countSizesByType();
    }
    @Override
    public List<CountEntity> countServices() {
        return reportMapper.countServices();
    }
@@ -103,6 +108,16 @@
        return reportMapper.countOperates();
    }
    @Override
    public List<CountEntity> countSizesByPrj() {
        return reportMapper.countSizesByPrj();
    }
    @Override
    public List<CountEntity> countExplorationPoints() {
        return reportMapper.countExplorationPoints();
    }
    /**
     * 创建报告
     */