浏览代码

更新!

TRX 1 年之前
父节点
当前提交
692650941f
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/java/com/github/microservice/models/hxz/IotSuperModel.java

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

@@ -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;