|
|
@@ -23,6 +23,10 @@ import org.springframework.data.mongodb.core.mapping.Document;
|
|
|
public class OperationMessageResult extends SuperEntity {
|
|
|
|
|
|
// ---------------------消息管关联的信息 start------------------
|
|
|
+
|
|
|
+ @Schema(description = "关联的mqtt账号")
|
|
|
+ private String mqttUserName;
|
|
|
+
|
|
|
@Schema(description = "消息内容")
|
|
|
@DBRef(lazy = true)
|
|
|
private OperationMessage operationMessage;
|