实时报表 增加导出功能
1.ASN 2.HttpsUrl 3.IpRange
This commit is contained in:
@@ -7,11 +7,11 @@ public class NtcAsnRecord extends BaseLogEntity<NtcAsnRecord>{
|
||||
|
||||
private static final long serialVersionUID = -4947912502754359817L;
|
||||
|
||||
@ExcelField(title="bps",sort=8)
|
||||
@ExcelField(title="bps",sort=10)
|
||||
protected String bps;
|
||||
@ExcelField(title="pps",sort=9)
|
||||
protected String pps;
|
||||
@ExcelField(title="asn",sort=10)
|
||||
@ExcelField(title="asn",sort=8)
|
||||
protected String asn;
|
||||
public String getAsn() {
|
||||
return asn;
|
||||
|
||||
Reference in New Issue
Block a user