lxw
2022-09-16 27c6ebb2b0a63ff3ad9fe4644d79129a49e82d69
src/main/java/com/whyc/controller/StationController.java
@@ -9,7 +9,7 @@
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@Api(tags = "树状列表")
@Api(tags = "台站列表")
@RestController
@RequestMapping("station")
public class StationController {