(1)修改app范围,基础协议范围

(2)app标签修改,新增不再提示用户是否保存
This commit is contained in:
wangxin
2018-08-27 15:40:54 +08:00
parent 7f5d27f90a
commit b723761f61
4 changed files with 11 additions and 10 deletions

View File

@@ -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