bgp模块ip域配置提交
导出全部数据简单功能
This commit is contained in:
@@ -161,6 +161,10 @@ public final class Constants {
|
||||
* 每页最大显示数
|
||||
*/
|
||||
public static final int MAX_PAGE_SIZE = Configurations.getIntProperty("maxPageSize", 100000);
|
||||
/**
|
||||
* 每次最大导出条数
|
||||
*/
|
||||
public static final int MAX_EXPORT_SIZE = Configurations.getIntProperty("maxExportSize", 100000);
|
||||
|
||||
/**
|
||||
* 对/错
|
||||
@@ -324,6 +328,6 @@ public final class Constants {
|
||||
public static final String SSL_SAN_REGION = Configurations.getStringProperty("ssl_san_region","ssl_san");
|
||||
public static final String SSL_CA_REGION = Configurations.getStringProperty("ssl_ca_region","ssl_ca");
|
||||
public static final String PROTOCOL_NUM_REGION = Configurations.getStringProperty("protocol_num_region","protocol_num");
|
||||
|
||||
public static final String BGP_IP_REGION = Configurations.getStringProperty("bgp_ip_region","bgp_ip");
|
||||
public static final String KEYWORD_EXPR = Configurations.getStringProperty("keyword_expr","***and***");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user