增加国际化 -雷军

This commit is contained in:
zhanghongqing
2019-01-06 17:36:10 +08:00
parent 8cd631af13
commit 2f5a6db1c4
6 changed files with 42 additions and 39 deletions

View File

@@ -21,7 +21,7 @@ public class NtcConnRecordLog extends BaseLogEntity<NtcConnRecordLog> {
protected String appId;
@ExcelField(title = "Web", sort = 10)
protected String webId;
@ExcelField(title = "Protocol", sort = 9)
@ExcelField(title = "application_layer_protocol", sort = 9)
protected String protoId;
@ExcelField(title = "Total Pkt", sort = 46)
protected String totalPkt;