swb
2024-11-15 aa1bdb548aa6a6371a8953efacc3986300eee576
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);