@@ -117,6 +117,9 @@ public class AlarmStatisticVo {
/**
* 解除时间
*/
+ @JsonFormat(
+ pattern = "yyyy-MM-dd HH:mm:ss"
+ )
private Date releasedTime;