mqtt消息添加心跳包处理,设备新增运行状态字段以及接口

This commit is contained in:
蒾酒
2024-12-30 22:46:51 +08:00
parent c783cfb492
commit 672eff2c55
5 changed files with 91 additions and 24 deletions

View File

@ -169,6 +169,11 @@ public class DeviceReportInfo extends BaseEntity
@Excel(name = "所属机构")
@ApiModelProperty("所属机构")
private Long deptId;
/** yun'xing */
@Excel(name = "yun'xing")
@ApiModelProperty("yun'xing")
private Long runStatus;
//----------------------------------------------------------业务字段-----------------------------------------------------------
/** 是否自动审核 */
@TableField(exist = false)