liurunyu
2025-08-20 e88c04431d06edd05a5cb4eaff5bc120ff063224
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/voSt/VoClientConsumeStatistics.java
@@ -10,8 +10,8 @@
@Data
public class VoClientConsumeStatistics {
    public Long clientId ;
    public Double water;//用水量(m3)
    public Double amount;//花费金额(扣费)(元)
    public Double amount;//用水量(m3)
    public Double money;//花费金额(扣费)(元)
    public Integer duration; //时长(分钟)
    public Integer times;//用水次数
}