实时报表 增加导出功能

1.ASN
2.HttpsUrl
3.IpRange
This commit is contained in:
lihaochen
2018-12-22 17:38:24 +08:00
parent 4147e52b73
commit 70612f32af
5 changed files with 369 additions and 212 deletions

View File

@@ -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;