流量统计新app详情,动作趋势详情统计数接口

This commit is contained in:
zhanghongqing
2018-12-06 17:19:33 +08:00
parent a404fabff2
commit ab5e4cd471
8 changed files with 194 additions and 21 deletions

View File

@@ -13,6 +13,8 @@ public class NtcEntranceReport extends NtcReportEntity<NtcEntranceReport> {
protected Integer entranceId;
protected String searchEntrance;
protected String time;
/**
* @return the entranceId
@@ -42,4 +44,13 @@ public class NtcEntranceReport extends NtcReportEntity<NtcEntranceReport> {
public void setSearchEntrance(String searchEntrance) {
this.searchEntrance = searchEntrance;
}
public String getTime() {
return time;
}
public void setTime(String time) {
this.time = time;
}
}