2021与蓝度共同重构项目,服务端
liuhaonan
2022-05-20 18a4d8b5e106f882665735af4607bdb2ace0bd49
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);
}