648540858
2023-03-31 1421b4743ca8c6f32984bfd9e213f8018035e7ae
src/main/java/com/genersoft/iot/vmp/conf/UserSetting.java
@@ -54,6 +54,8 @@
    private String serverId = "000000";
    private String recordPath = null;
    private String thirdPartyGBIdReg = "[\\s\\S]*";
    private List<String> interfaceAuthenticationExcludes = new ArrayList<>();
@@ -248,5 +250,11 @@
        this.refuseChannelStatusChannelFormNotify = refuseChannelStatusChannelFormNotify;
    }
    public String getRecordPath() {
        return recordPath;
    }
    public void setRecordPath(String recordPath) {
        this.recordPath = recordPath;
    }
}