From b2300d14a4a41029c47615f757e621e025f18cda Mon Sep 17 00:00:00 2001 From: whyclxw <810412026@qq.com> Date: 星期五, 18 四月 2025 13:20:57 +0800 Subject: [PATCH] 修改 --- src/main/java/com/whyc/controller/StationInfController.java | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/whyc/controller/StationInfController.java b/src/main/java/com/whyc/controller/StationInfController.java index 3619cea..73dd353 100644 --- a/src/main/java/com/whyc/controller/StationInfController.java +++ b/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); + } + } \ No newline at end of file -- Gitblit v1.9.1