648540858
2021-11-03 31e340e8e2eb5d7761a1ae8baa4a0a5e774dba59
src/main/java/com/genersoft/iot/vmp/conf/UserSetup.java
@@ -25,6 +25,8 @@
    private Boolean recordPushLive = Boolean.FALSE;
    private Boolean logInDatebase = Boolean.TRUE;
    private List<String> interfaceAuthenticationExcludes = new ArrayList<>();
    public Boolean getSavePositionHistory() {
@@ -94,4 +96,12 @@
    public void setInterfaceAuthenticationExcludes(List<String> interfaceAuthenticationExcludes) {
        this.interfaceAuthenticationExcludes = interfaceAuthenticationExcludes;
    }
    public Boolean getLogInDatebase() {
        return logInDatebase;
    }
    public void setLogInDatebase(Boolean logInDatebase) {
        this.logInDatebase = logInDatebase;
    }
}