src/main/java/com/whyc/controller/StationInfController.java
@@ -52,4 +52,10 @@ return service.getStatiaon(dto); } @ApiOperation(value = "根据stationid和包机组id查询机房名和包机组名") @GetMapping("getNamebyId") public Response getNamebyId(@RequestParam Integer stationId,@RequestParam Integer baojiId){ return service.getNamebyId(stationId,baojiId); } }