pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol4Mqtt/pSdV1/upVos/WeatherVo.java
@@ -25,10 +25,10 @@ //public Integer atmosphericPressure ; @JSONField(name = "空气温度") public Integer airTemperature ; public Float airTemperature ; @JSONField(name = "空气湿度") public Integer airHumidity ; public Float airHumidity ; @JSONField(name = "紫外线") public Integer ultraviolet ; @@ -37,10 +37,10 @@ public Integer lightIntensity ; @JSONField(name = "雨量") public Integer rainfall ; public Float rainfall ; @JSONField(name = "风速") public Integer windSpeed ; public Float windSpeed ; @JSONField(name = "风向") public Integer windDirection ;