fix(告警中心):修改字段
parent
1709d108c5
commit
6f9457370d
|
@ -44,7 +44,7 @@ public class AlertRecord implements Owned<String> {
|
|||
/**
|
||||
* 告警时间
|
||||
*/
|
||||
private Long alartTime;
|
||||
private Long alertTime;
|
||||
|
||||
/**
|
||||
* 告警详情
|
||||
|
|
|
@ -31,7 +31,7 @@ public class TbAlertRecord {
|
|||
/**
|
||||
* 告警时间
|
||||
*/
|
||||
private Long alartTime;
|
||||
private Long alertTime;
|
||||
|
||||
/**
|
||||
* 告警详情
|
||||
|
|
Loading…
Reference in New Issue