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;