kongdeqiang
2026-04-13 4b192d15908105c63326937d0b1cfd7aa7523c40
src/main/java/com/wgcloud/entity/OspfMonitor.java
@@ -41,13 +41,21 @@
    private String password;
    private String remoteType;
    public String getUsername() {
        return username;
    }
    public String getRemoteType() {
        return remoteType;
    }
    public void setUsername(String username) {
        this.username = username;
    }
    public void setRemoteType(String remoteType) {
        this.remoteType = remoteType;
    }
    public String getPassword() {
        return password;