(1)修改app范围,基础协议范围
(2)app标签修改,新增不再提示用户是否保存
This commit is contained in:
@@ -31,6 +31,7 @@ public class SearchReport extends BaseEntity<SearchReport>{
|
||||
private Integer functionId;
|
||||
private String cfgName;
|
||||
private Integer action;
|
||||
private String services;//service日志总量统计使用
|
||||
private Integer reportType;//小时报,日报,月报
|
||||
//标签,性质,来文函号,境内源Ip,各国目的IP,运营商局点
|
||||
private String reportBusinessType;
|
||||
@@ -50,6 +51,13 @@ public class SearchReport extends BaseEntity<SearchReport>{
|
||||
//界面查询的时间
|
||||
private String reportTime;
|
||||
|
||||
|
||||
public String getServices() {
|
||||
return services;
|
||||
}
|
||||
public void setServices(String services) {
|
||||
this.services = services;
|
||||
}
|
||||
/**
|
||||
* reportStartTime
|
||||
* @return reportStartTime
|
||||
|
||||
Reference in New Issue
Block a user