源数据表+入库逻辑+计算95带宽值/日
This commit is contained in:
@@ -48,6 +48,8 @@ public class BaseEntity implements Serializable
|
||||
* 选中的属性名称
|
||||
*/
|
||||
private String[] properties;
|
||||
/** 时间戳 */
|
||||
private String timestamp;
|
||||
|
||||
/** 请求参数 */
|
||||
@JsonInclude(JsonInclude.Include.NON_EMPTY)
|
||||
@@ -150,4 +152,12 @@ public class BaseEntity implements Serializable
|
||||
{
|
||||
this.params = params;
|
||||
}
|
||||
|
||||
public String getTimestamp() {
|
||||
return timestamp;
|
||||
}
|
||||
|
||||
public void setTimestamp(String timestamp) {
|
||||
this.timestamp = timestamp;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user