bgp模块ip域配置提交

导出全部数据简单功能
This commit is contained in:
duandongmei
2018-06-13 09:30:03 +08:00
parent b6bfcdda1f
commit 611c9139cf
17 changed files with 1532 additions and 52 deletions

View File

@@ -62,6 +62,8 @@ public class Page<T> {
private RequestContext requestContext;
private int maxExportSize=Constants.MAX_EXPORT_SIZE;
public Page() {
this.pageSize = -1;
}
@@ -662,7 +664,13 @@ public class Page<T> {
public String getFuncParam() {
return funcParam;
}
@JsonIgnore
public int getMaxExportSize() {
return maxExportSize;
}
public void setMaxExportSize(int maxExportSize) {
this.maxExportSize = maxExportSize;
}
/**
* 设置分页函数的附加参数
* @return