648540858
2021-11-17 cb213f4417def6ea7b3cc07d8b4a3534c3e971c2
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;
    }
}