update mqtt 服务器

This commit is contained in:
Lemon
2023-12-21 10:37:21 +08:00
parent 5fbce62752
commit 36c2832f63
6 changed files with 43 additions and 46 deletions

View File

@@ -1,6 +1,7 @@
package com.jsowell.pile.dto.camera;
import com.alibaba.fastjson2.JSON;
import com.alibaba.fastjson2.JSONObject;
import lombok.Data;
/**
@@ -18,6 +19,7 @@ public class SendMsg2TopicDTO {
private String sn;
private String msgType;
private String msgPrefix;
private JSONObject msgData;
@Data
public static class RequestMsg{