lxw
2022-12-01 f68f938c31da918fe55a3dc9565de1d2c43c5d9e
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 {