swb
2024-07-04 7438064a85a63d46e210ce37e63c4ca823d52f63
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);