管道基础大数据平台系统开发-【后端】-Server
13693261870
2024-03-15 5f4c969ad23c5ec9b6e16051add5c20e63f8284a
src/main/java/com/lf/server/mapper/sys/ReportMapper.java
@@ -238,4 +238,49 @@
     * @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();
}