liurunyu
2025-07-08 e3270141db2dd6c755e6a7b40930dcfa24585cb4
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() ;
    }