mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 19:15:35 +08:00
update mqtt 服务器
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user