pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol4Mqtt/pSdV1/upVos/StateVo.java
@@ -15,6 +15,8 @@ @JSONField(name = "flexem_message_id") public Integer messageId ;//消息ID public Integer no ;//测站编号,其不在JSON数据中,其中主题中 @JSONField(name = "搅拌运行") public Byte stirRunning ;//搅拌运行 @@ -31,6 +33,12 @@ public Long devDt ;//设备时间 public String devDtStr ;//设备时间 @Override public void setNo(Integer no ){ this.no = no ; } public String getDevDtStr() { if(devDt == null){ return DateTime.yyyy_MM_dd_HH_mm_ss(DateTime.getDate(devDt)) ;