| | |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 项目工程展示 |
| | | * Project engineering display |
| | | */ |
| | | @SysLog() |
| | | @ApiOperation(value = "项目工程展示") |
| | | @GetMapping("/countProjectDisplay") |
| | | public ResponseMsg<Object> countProjectDisplay() { |
| | | List<String> resList = aMapOfPipelineService.countProjectDisplay(); |
| | | return success(resList); |
| | | } |
| | | |
| | | /** |
| | | * 项目工程巡视 |
| | | * Project inspection tour |
| | | */ |
| | | @SysLog() |
| | | @ApiOperation(value = "项目工程巡视") |
| | | @GetMapping("/countProjectTour") |
| | | public ResponseMsg<Object> countProjectTour() { |
| | | return success("hello! 您已经成功访问-项目工程巡视"); |
| | | } |
| | | |
| | | |
| | | /** |
| | | * 项目工程类型 |
| | | * Project type |
| | | */ |
| | | /*@SysLog() |
| | | @ApiOperation(value = "项目工程类型") |
| | | @GetMapping("/countProjectType") |
| | | public ResponseMsg<Object> countProjectType() { |
| | | List<String> resList = aMapOfPipelineService.countProjectType1(); |
| | | return success(resList); |
| | | }*/ |
| | | |
| | | |
| | | } |