src/main/java/com/moon/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,11 @@ return reportMapper.countOperates(); } @Override public List<CountEntity> countSizesByPrj() { return reportMapper.countSizesByPrj(); } /** * 创建报告 */