管道基础大数据平台系统开发-【后端】-Server
1
13693261870
2023-08-09 bf9f5d506d34cbbcc68f77cdf71e30a6cf3cd7d4
src/main/java/com/lf/server/mapper/sys/ReportMapper.java
@@ -105,6 +105,13 @@
    public List<CountEntity> countSizes();
    /**
     * 按文件类型统计
     *
     * @return
     */
    public List<CountEntity> countSizesByType();
    /**
     * 服务调用量统计
     *
     * @return
@@ -117,4 +124,11 @@
     * @return
     */
    public List<CountEntity> countOperates();
    /**
     * 按项目统计数据
     *
     * @return
     */
    public List<CountEntity> countSizesByPrj();
}