‘liusuyi’
2023-08-24 bc6ac2f55b2ddec81614ebf7722760b4868f76db
ard-work/src/main/java/com/ruoyi/device/hiksdk/common/GlobalVariable.java
@@ -19,4 +19,6 @@
    public static Map<String, Integer> loginMap = new HashMap<>();
    //相机预览字典
    public static Map<String, Integer> previewMap = new HashMap<>();
    //线程字典
    public static Map<String,String>threadMap=new HashMap<>();
}