修改配置导出多媒体、高级功能模块排序以及添加日志总量
This commit is contained in:
@@ -17,13 +17,13 @@ public class AsnIpCfg extends BaseCfg<AsnIpCfg> {
|
||||
@Expose
|
||||
private String ratelimit;
|
||||
@Expose
|
||||
@ExcelField(title="ip_type",dictType="IP_TYPE",sort=3)
|
||||
@ExcelField(title="ip_type",dictType="IP_TYPE",sort=6)
|
||||
@SerializedName("ipType")
|
||||
private Integer ipType;
|
||||
@ExcelField(title="ip_pattern",dictType="IP_PATTERN",sort=6)
|
||||
@ExcelField(title="ip_pattern",dictType="IP_PATTERN",sort=8)
|
||||
private Integer ipPattern;
|
||||
private String srcIpAddress;
|
||||
@ExcelField(title="server_ip",sort=5)
|
||||
@ExcelField(title="ip",sort=7)
|
||||
private String destIpAddress;
|
||||
private Integer portPattern;
|
||||
private String srcPort;
|
||||
@@ -45,11 +45,11 @@ public class AsnIpCfg extends BaseCfg<AsnIpCfg> {
|
||||
private Integer protocol ;
|
||||
private Integer protocolId;
|
||||
|
||||
@ExcelField(title="organization",sort=91)
|
||||
@ExcelField(title="organization",sort=2)
|
||||
private String organization;
|
||||
@ExcelField(title="country",sort=92)
|
||||
@ExcelField(title="country",sort=3)
|
||||
private String country;
|
||||
@ExcelField(title="detail",sort=93)
|
||||
@ExcelField(title="detail",sort=3)
|
||||
private String detail;
|
||||
private String userregion1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user