asnConn
ipRange 增加导出功能
This commit is contained in:
@@ -7,9 +7,9 @@ public class NtcAsnRecord extends BaseLogEntity<NtcAsnRecord>{
|
||||
|
||||
private static final long serialVersionUID = -4947912502754359817L;
|
||||
|
||||
|
||||
@ExcelField(title="bps",sort=8)
|
||||
protected String bps;
|
||||
|
||||
@ExcelField(title="pps",sort=9)
|
||||
protected String pps;
|
||||
|
||||
|
||||
|
||||
@@ -3,15 +3,21 @@ package com.nis.domain.report;
|
||||
import java.math.BigInteger;
|
||||
|
||||
import com.nis.domain.log.BaseLogEntity;
|
||||
import com.nis.util.excel.ExcelField;
|
||||
|
||||
public class NtcIpRangeReport extends BaseLogEntity<NtcIpRangeReport>{
|
||||
|
||||
private static final long serialVersionUID = -4947912502754359817L;
|
||||
|
||||
@ExcelField(title="ip_start",sort=8)
|
||||
protected String ipStart;
|
||||
@ExcelField(title="ip_end",sort=9)
|
||||
protected String ipEnd;
|
||||
@ExcelField(title="ip_start_num",sort=10)
|
||||
protected BigInteger ipStartNum;
|
||||
@ExcelField(title="ip_end_num",sort=11)
|
||||
protected BigInteger ipEndNum;
|
||||
@ExcelField(title="ip_sub",sort=12)
|
||||
protected String ipSub;
|
||||
|
||||
protected String searchCountry;//国家
|
||||
|
||||
Reference in New Issue
Block a user