This commit is contained in:
parent
9f0efa5320
commit
fe6e2c6cf8
|
|
@ -46,4 +46,10 @@ public class DjiMqttMessage<T> {
|
|||
*/
|
||||
@JsonProperty("source")
|
||||
private String source;
|
||||
|
||||
/**
|
||||
* 是否需要回复
|
||||
*/
|
||||
@JsonProperty("need_reply")
|
||||
private Integer needReply;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue