大数据页面资源文件
This commit is contained in:
parent
b998dc3f3a
commit
0cf852cd26
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user