bgp模块ip域配置提交
导出全部数据简单功能
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user