648540858
2021-08-07 61f5950b4fbc0c9d59ac755314c0d1a9efb702bc
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;
    }
}