朱俊杰
2022-03-29 b0e494b842448568b6c20c9fbc7baa1df106b595
src/main/java/com/genersoft/iot/vmp/conf/UserSetup.java
@@ -19,8 +19,6 @@
    private Long playTimeout = 18000L;
    private Boolean waitTrack = Boolean.FALSE;
    private Boolean interfaceAuthentication = Boolean.TRUE;
    private Boolean recordPushLive = Boolean.TRUE;
@@ -57,10 +55,6 @@
        return playTimeout;
    }
    public Boolean isWaitTrack() {
        return waitTrack;
    }
    public Boolean isInterfaceAuthentication() {
        return interfaceAuthentication;
    }
@@ -87,10 +81,6 @@
    public void setPlayTimeout(Long playTimeout) {
        this.playTimeout = playTimeout;
    }
    public void setWaitTrack(Boolean waitTrack) {
        this.waitTrack = waitTrack;
    }
    public void setInterfaceAuthentication(boolean interfaceAuthentication) {