From dff12cddd41f96e296cb652b0cf3c8c9ce43426f Mon Sep 17 00:00:00 2001 From: jiangping <jp@doumee.com> Date: 星期五, 13 十月 2023 10:06:52 +0800 Subject: [PATCH] 整理 --- server/services/src/main/java/com/doumee/dao/business/model/MqttLog.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/server/services/src/main/java/com/doumee/dao/business/model/MqttLog.java b/server/services/src/main/java/com/doumee/dao/business/model/MqttLog.java index 71815ed..abc1d69 100644 --- a/server/services/src/main/java/com/doumee/dao/business/model/MqttLog.java +++ b/server/services/src/main/java/com/doumee/dao/business/model/MqttLog.java @@ -59,6 +59,9 @@ @ApiModelProperty(value = "瀹㈡埛绔紪鐮�") @ExcelColumn(name="瀹㈡埛绔紪鐮�") private String clientid; + @ApiModelProperty(value = "閿佸ご缂栫爜") + @ExcelColumn(name="閿佸ご缂栫爜") + private String objId; @ApiModelProperty(value = "鏈嶅姟鍣ㄤ俊鎭�") @ExcelColumn(name="鏈嶅姟鍣ㄤ俊鎭�") private String hostInfo; -- Gitblit v1.9.3