|
@ -105,6 +105,10 @@ public class DeviceInfoController extends BaseController { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
* 获取站点名称下拉框列表 |
|
|
|
|
|
* @return |
|
|
|
|
|
*/ |
|
|
@GetMapping("/getStationList") |
|
|
@GetMapping("/getStationList") |
|
|
public R< List<StationSelectVo>> getStationList() { |
|
|
public R< List<StationSelectVo>> getStationList() { |
|
|
List<StationSelectVo> stationList = deviceInfoService.getStationList(); |
|
|
List<StationSelectVo> stationList = deviceInfoService.getStationList(); |
|
|