This commit is contained in:
孙小云 2026-01-28 15:16:29 +08:00
parent 9f0efa5320
commit fe6e2c6cf8
1 changed files with 6 additions and 0 deletions

View File

@ -46,4 +46,10 @@ public class DjiMqttMessage<T> {
*/ */
@JsonProperty("source") @JsonProperty("source")
private String source; private String source;
/**
* 是否需要回复
*/
@JsonProperty("need_reply")
private Integer needReply;
} }