管道基础大数据平台系统开发-【后端】-Server
13693261870
2024-03-25 b6b0cb226fcf184525ee7b36af3a09471e9c0057
src/main/java/com/lf/server/mapper/sys/ReportMapper.java
@@ -143,8 +143,8 @@
    /**
     * 根据项目编码查询钻孔数据坐标点
     *
     * @param code
     * @return
     * @date
     */
    public List<CoordinateEntity> selectExplorationPoints(String code);
@@ -238,4 +238,57 @@
     * @return
     */
    public List<CountEntity> countWaterDamageByPrj();
    /**
     * 统计数字线划图面积
     *
     * @return
     */
    public List<CountEntity> countDlgAreaByPrj();
    /**
     * 按项目统计数字正射影像图面积
     *
     * @return
     */
    public List<CountEntity> countDomAreaByPrj();
    /**
     * 按项目统计管线长度
     *
     * @return
     */
    public List<CountEntity> countLineLength();
    /**
     * 按项目统计勘探点个数
     *
     * @return
     */
    public List<CountEntity> countExplorationPointByPrj();
    /**
     * 按项目统计三维地质模型面积
     *
     * @return
     */
    public List<CountEntity> countGeoModelAreaByPrj();
    /**
     * 按项目统计地灾点个数
     *
     * @return
     */
    public List<CountEntity> countGeologicHazardByPrj();
    /**
     * 项目数据分类统计
     *
     * @param code
     * @return
     */
    public List<CountEntity> countVariousDataByPrj(String code);
}