‘liusuyi’
2023-07-22 2c04f9f1d5e7379ae41f8b3281a15d56aefc4e1c
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<>();
}