| | |
| | | } |
| | | |
| | | /** |
| | | * 数据大类统计 |
| | | * Statistics of large categories of data |
| | | */ |
| | | @SysLog() |
| | | @ApiOperation(value = "数据大类统计") |
| | | @GetMapping("/countLargeCategories") |
| | | public ResponseMsg<Object> statisticalDataCategories() { |
| | | List<String> resList = aMapOfPipelineService.statisticalDataCategories(); |
| | | return success(resList); |
| | | } |
| | | |
| | | /** |
| | | * 数据服务类型统计 |
| | | * Data service type statistics |
| | | * */ |
| | | @SysLog() |
| | | @ApiOperation(value = "数据服务类型统计") |
| | | @GetMapping("/countDataServiceType") |
| | | public ResponseMsg<Object> statisticalDataServiceType() { |
| | | List<String> resList = aMapOfPipelineService.statisticalDataServiceType(); |
| | | return success(resList); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 数据统计 |
| | | * 文件格式维度-文件个数 |
| | | * File format dimension |