修改分组复用配置配置下发或者删除时未更新关联关系的问题
This commit is contained in:
@@ -34,9 +34,6 @@ public class GroupReuse implements Serializable {
|
||||
@ApiModelProperty(value = "数值域分组列表", required = true)
|
||||
private List<NumRegion> numRegionList;
|
||||
|
||||
@ApiModelProperty(value = "生效范围IP域分组列表", required = true)
|
||||
private List<IpRegion> ipClientRangeList;
|
||||
|
||||
/**
|
||||
* @return strRegionList
|
||||
*/
|
||||
@@ -83,12 +80,4 @@ public class GroupReuse implements Serializable {
|
||||
this.numRegionList = numRegionList;
|
||||
}
|
||||
|
||||
public List<IpRegion> getIpClientRangeList() {
|
||||
return ipClientRangeList;
|
||||
}
|
||||
|
||||
public void setIpClientRangeList(List<IpRegion> ipClientRangeList) {
|
||||
this.ipClientRangeList = ipClientRangeList;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user