648540858
2021-12-08 ab81136765f1b641223b982b2baef13e06307fe4
src/main/java/com/genersoft/iot/vmp/conf/UserSetup.java
@@ -29,6 +29,8 @@
    private String serverId = "000000";
    private String thirdPartyGBIdReg = "[\\s\\S]*";
    private List<String> interfaceAuthenticationExcludes = new ArrayList<>();
    public Boolean getSavePositionHistory() {
@@ -114,4 +116,12 @@
    public void setServerId(String serverId) {
        this.serverId = serverId;
    }
    public String getThirdPartyGBIdReg() {
        return thirdPartyGBIdReg;
    }
    public void setThirdPartyGBIdReg(String thirdPartyGBIdReg) {
        this.thirdPartyGBIdReg = thirdPartyGBIdReg;
    }
}