@ -105,6 +105,10 @@ public class DeviceInfoController extends BaseController {
}
/**
* 获取站点名称下拉框列表
* @return
*/
@GetMapping("/getStationList")
public R< List<StationSelectVo>> getStationList() {
List<StationSelectVo> stationList = deviceInfoService.getStationList();
@ -105,6 +105,9 @@ public class StationInfoController extends BaseController {
* 获取杭州区域列表
@GetMapping("/getHangzhouRegions")
public R<List<RegionVo>> getHangzhouRegions() {
return R.ok(stationInfoService.getHangzhouRegions());