流量统计新app详情,动作趋势详情统计数接口
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user