修复代理(劫持、镜像、阻断、注入)菜单的bug
This commit is contained in:
@@ -24,7 +24,7 @@ public class ProxyFileTrafficMirrorCfgAudit {
|
||||
@Expose
|
||||
private String profileName;
|
||||
@Expose
|
||||
private Map<String,List<String>> addrList;
|
||||
private Map<String,String> addrList;
|
||||
@Expose
|
||||
private String addrContent;
|
||||
@Expose
|
||||
@@ -79,10 +79,10 @@ public class ProxyFileTrafficMirrorCfgAudit {
|
||||
public void setProfileName(String profileName) {
|
||||
this.profileName = profileName;
|
||||
}
|
||||
public Map<String, List<String>> getAddrList() {
|
||||
public Map<String, String> getAddrList() {
|
||||
return addrList;
|
||||
}
|
||||
public void setAddrList(Map<String, List<String>> addrList) {
|
||||
public void setAddrList(Map<String, String> addrList) {
|
||||
this.addrList = addrList;
|
||||
}
|
||||
public String getAddrContent() {
|
||||
@@ -102,5 +102,5 @@ public class ProxyFileTrafficMirrorCfgAudit {
|
||||
}
|
||||
public void setOpUser(Long opUser) {
|
||||
this.opUser = opUser;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user