大数据页面资源文件

This commit is contained in:
ly19960718 2021-08-26 11:39:31 +08:00
parent b998dc3f3a
commit 0cf852cd26

View File

@ -22,6 +22,7 @@ public class AlarmLogDTO {
private Double rtd;
private Double alarmValue;
private String gmtCreate;
private String enterprisePollBeyond;
public String getAlarmLogId() {
return alarmLogId == null ? "" : alarmLogId.trim();
@ -102,4 +103,12 @@ public class AlarmLogDTO {
public void setGmtCreate(String gmtCreate) {
this.gmtCreate = gmtCreate;
}
public String getEnterprisePollBeyond() {
return enterprisePollBeyond;
}
public void setEnterprisePollBeyond(String enterprisePollBeyond) {
this.enterprisePollBeyond = enterprisePollBeyond;
}
}