修改设备getRealTimeDataByDevicerId实时数据接口

This commit is contained in:
wyw
2024-09-10 18:22:44 +08:00
parent 54958fe14c
commit a2b1bf583f
2 changed files with 23 additions and 14 deletions

View File

@ -61,7 +61,7 @@ public class UploadedPhotos extends BaseEntity
/** CPU温度 */
@Excel(name = "CPU温度")
private Double cpuTemp;
/** 事件类型1=振动2=箱门打开,3=箱门持续打开 */
/** 事件类型1=箱体振动2=箱门打开,3=箱门持续打开 */
@Excel(name = "事件类型")
private String eventType;
@Excel(name = "安防状态:1=布防, 0=撤防")