管道基础大数据平台系统开发-【后端】-Server
13693261870
2024-03-21 e55b5aaddc111abc8ae61260eb20fddf6b089c07
src/main/java/com/lf/server/mapper/sys/ReportMapper.java
@@ -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);
}