whyclxw
2025-04-18 b2300d14a4a41029c47615f757e621e025f18cda
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);
    }
}