统一配置导出与界面顺序:白名单、Packet、Stream、协议

This commit is contained in:
wangwei
2019-01-17 12:46:11 +08:00
parent 9e8316603a
commit e44e8841d3
9 changed files with 86 additions and 64 deletions

View File

@@ -109,7 +109,7 @@ public class AppPolicyCfg extends BaseCfg<AppPolicyCfg> {
@SerializedName("isHexbin")
private Integer isHexbin;
@ExcelField(title="log_total",sort=31)
@ExcelField(title="log_total",sort=43)
private Long totalLogs;
private List<IpPortCfg> ipPortList;