安防告警增加类型和cpu温度告警

This commit is contained in:
wyw
2024-08-17 15:04:17 +08:00
parent 1e8a56c36a
commit 30d8dbbbb2
5 changed files with 35 additions and 19 deletions

View File

@@ -58,6 +58,12 @@ public class UploadedPhotos extends BaseEntity
/** 震动状态信息 */
@Excel(name = "震动状态信息")
private String shakeState;
/** CPU温度 */
@Excel(name = "CPU温度")
private Double cpuTemp;
/** 事件类型1=振动2=箱门打开,3=人员入侵 */
@Excel(name = "事件类型")
private String eventType;
/** 上传时间 */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")