|
@@ -17,13 +17,13 @@ import java.io.Serializable;
|
|
|
@NoArgsConstructor
|
|
@NoArgsConstructor
|
|
|
public class IotSuperModel implements Serializable {
|
|
public class IotSuperModel implements Serializable {
|
|
|
|
|
|
|
|
- @JsonProperty("DeviceId")
|
|
|
|
|
|
|
+ @JsonProperty("deviceId")
|
|
|
@Schema(description = "设备ID")
|
|
@Schema(description = "设备ID")
|
|
|
- private String DeviceId;
|
|
|
|
|
|
|
+ private String deviceId;
|
|
|
|
|
|
|
|
- @JsonProperty("GateWayId")
|
|
|
|
|
|
|
+ @JsonProperty("gateWayId")
|
|
|
@Schema(description = "网关ID")
|
|
@Schema(description = "网关ID")
|
|
|
- private String GateWayId;
|
|
|
|
|
|
|
+ private String gateWayId;
|
|
|
|
|
|
|
|
@Schema(description = "mqtt推送生成的业务数据ID")
|
|
@Schema(description = "mqtt推送生成的业务数据ID")
|
|
|
private String mqttDataId;
|
|
private String mqttDataId;
|