jinpengyong
2024-06-19 f05383c46370ec8c4f4b8b8165ffab3769dd06a2
screen-api/src/main/java/com/moral/api/service/DeviceService.java
@@ -43,6 +43,10 @@
    //获取当前组织下设备mac集合
    List<String> getMacsByOrganizationId(Integer organizationId);
    //获取当前站点下设备mac集合
    List<String> getMacMonitorPointId(Integer monitorPointId);
    //获取当前组织,当前乡镇区域下设备mac集合
    List getMacsByOrgIdAndRegionCode(Integer organizationId,Integer regionCode);