通联日志增加运营商检索条件

This commit is contained in:
leijun
2019-01-17 14:24:53 +08:00
parent 755160be44
commit 5f8f109a22
3 changed files with 43 additions and 12 deletions

View File

@@ -28,6 +28,17 @@ public class NtcConnRecordLog extends BaseLogEntity<NtcConnRecordLog> {
@ExcelField(title = "Total Byte", sort = 49)
protected String totalByte;
protected String ispCode;//运营商
public String getIspCode() {
return ispCode;
}
public void setIspCode(String ispCode) {
this.ispCode = ispCode;
}
public String getTotalPkt() {
return totalPkt;