forked from moral
screen-api/src/main/java/com/moral/api/service/DeviceService.java @@ -16,6 +16,7 @@ */ public interface DeviceService extends IService<Device> { //根据站点id获取设备列表 List<Device> getDevicesByMonitorPointId(Integer monitorPointId); //根据mac获取因子信息