修改设备getRealTimeDataByDevicerId实时数据接口
This commit is contained in:
@ -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=撤防")
|
||||
|
Reference in New Issue
Block a user