TRX 1 год назад
Родитель
Сommit
f9fcd47fb2

+ 4 - 4
src/main/java/com/github/microservice/models/hxz/IotSuperModel.java

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