|
|
@@ -21,9 +21,9 @@ public class IotSuperModel implements Serializable {
|
|
|
@Schema(description = "设备ID")
|
|
|
private String deviceId;
|
|
|
|
|
|
- @JsonProperty("gateWayId")
|
|
|
+ @JsonProperty("gatewayId")
|
|
|
@Schema(description = "网关ID")
|
|
|
- private String gateWayId;
|
|
|
+ private String gatewayId;
|
|
|
|
|
|
@Schema(description = "mqtt推送生成的业务数据ID")
|
|
|
private String mqttDataId;
|