管道基础大数据平台系统开发-【后端】-Server
13693261870
2023-06-12 13301ea21fe2a1c5878050780d6bd946871e27c3
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();
}