zuoxiao
2025-06-25 4f2978a8239fc518d09b003aac26955e4557cd02
pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol4Mqtt/pSdV1/upVos/WeatherVo.java
@@ -79,7 +79,7 @@
        sb.append(" 风速:" + windSpeed + ", ") ;
        sb.append(" 风向:" + windDirection + ", ") ;
        sb.append(" 设备时间:" + devDt + ", ") ;
        sb.append(" 设备时间:" +  this.getDevDtStr() + ", ") ;
        sb.append(" 设备时间:" +  this.getDevDtStr() ) ;
        sb.append("\n") ;
        return sb.toString() ;
    }