jinpengyong
2024-06-18 7a1c0a8f26b54db6fdf0dcb9a2568aa9811f8f4c
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);