src/main/java/com/lf/server/mapper/sys/ReportMapper.java @@ -131,4 +131,11 @@ * @return */ public List<CountEntity> countSizesByPrj(); /** * 按项目统计钻孔数据 * * @return */ public List<CountEntity> countExplorationPoints(); }