mqtt消息添加心跳包处理,设备新增运行状态字段以及接口
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user