2021与蓝度共同重构项目,服务端
liuhaonan
2022-10-21 0a30812acaa26ebe654340f7e749a6801b63b194
dao/src/main/java/com/sandu/ximon/dao/mapper/PoleBindingMapper.java
@@ -16,7 +16,7 @@
     * 根据绑定关系查询设备归属
     */
    Pole getPoleByBinding(Integer type, String Mac);
    Pole getPoleByBinding(String type, Object Mac, Long userId);
}