‘liusuyi’
2023-07-18 9f0d9e8358442d5d156a4e8aa1e8d6bd4960a6f9
ard-work/src/main/java/com/ruoyi/device/hiksdk/common/GlobalVariable.java
@@ -17,6 +17,8 @@
public class GlobalVariable {
    //保存相机登录信息
    public static Map<String, Integer> loginMap = new HashMap<>();
    //保存录像信息
    public static Map<Integer, recordInfo> user_real_Map = new HashMap<>();
    //相机预览字典
    public static Map<String, Integer> previewMap = new HashMap<>();
    //线程字典
    public static Map<String,String>threadMap=new HashMap<>();
}