From 6b732bd95692a0cb74c9cdc9b812284ce97edaf6 Mon Sep 17 00:00:00 2001 From: lxw <810412026@qq.com> Date: 星期五, 09 九月 2022 16:55:16 +0800 Subject: [PATCH] 台站管理 --- src/main/java/com/whyc/controller/StationInfoController.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/main/java/com/whyc/controller/StationInfoController.java b/src/main/java/com/whyc/controller/StationInfoController.java index 8b6a274..ef5c7e6 100644 --- a/src/main/java/com/whyc/controller/StationInfoController.java +++ b/src/main/java/com/whyc/controller/StationInfoController.java @@ -5,6 +5,7 @@ import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import org.springframework.beans.factory.annotation.Autowired; +import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestParam; import org.springframework.web.bind.annotation.RestController; @@ -18,6 +19,7 @@ private StationInfoService service; @ApiOperation(value = "娣诲姞鍙扮珯") + @GetMapping("addStation") public Response addStation(@RequestParam(required = false) String stationName1 ,@RequestParam(required = false) String stationName2 ,@RequestParam(required = false) String stationName3){ -- Gitblit v1.9.1