package com.casic.service; import java.util.List; public interface DeviceDataScanner { List<String> scanDeviceData(); }