lxw
2022-09-13 c020bb8a0e827f2e98afbfd209a3ff5c383413d6
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 {