648540858
2024-01-16 9a96597e666fa32caefcfff5246b4cb722e9b1bc
src/main/java/com/genersoft/iot/vmp/conf/UserSetting.java
@@ -56,8 +56,6 @@
    private String serverId = "000000";
    private String recordPath = null;
    private String thirdPartyGBIdReg = "[\\s\\S]*";
    private String broadcastForPlatform = "UDP";
@@ -260,14 +258,6 @@
    public void setRefuseChannelStatusChannelFormNotify(Boolean refuseChannelStatusChannelFormNotify) {
        this.refuseChannelStatusChannelFormNotify = refuseChannelStatusChannelFormNotify;
    }
    public String getRecordPath() {
        return recordPath;
    }
    public void setRecordPath(String recordPath) {
        this.recordPath = recordPath;
    }
    public int getMaxNotifyCountQueue() {