pipIrr-platform/pipIrr-common/src/main/java/com/dy/common/mw/protocol/p206V202404/upVos/DataCd85Vo.java
@@ -25,6 +25,7 @@ public Double thisWater ;//本次使用水量, 单位0.01立方米 public Double thisMoney ;//本次使用金额, 单位0.0001元 public Integer thisDuration;//本次使用时间长, 单位:分钟 public Double price ;//水价 public String comName ;//命令名称 @@ -84,6 +85,9 @@ sb.append(" 本次使用时间长 : ") ; sb.append(thisDuration == null?"未知": thisDuration) ; sb.append("\n") ; sb.append(" 水价 : ") ; sb.append(price == null?"未知":price) ; sb.append("\n") ; return sb.toString() + super.toString() ; }