cjl
2024-04-23 ee8bb47024e9ef5a585a5f4d61d1ab236c9d4341
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);