@@ -20,4 +20,6 @@ public class HxzSuperModel {
@Schema(description = "网关ID")
private String GateWayId;
+ @Schema(description = "mqtt推送生成的业务数据ID")
+ private String mqttDataId;
}