| | |
| | | @Schema(description = "ID") |
| | | private String id; |
| | | |
| | | @Schema(description = "配置ID") |
| | | private String configId; |
| | | |
| | | @Schema(description = "消息标题") |
| | | private String title; |
| | | |
| | |
| | | private BigDecimal outValue; |
| | | |
| | | @Schema(description = "预警类型") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private String alarmType; |
| | | |
| | | @Schema(description = "预警时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date alarmTime; |
| | | |
| | | @Schema(description = "创建时间") |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") |
| | | private Date createTime; |
| | | |
| | | } |