zhubaomin
2025-04-08 5f54ba90abcc0ccf1b578472eac54fc98056767c
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/voSt/VoClientConsumeStatistics.java
New file
@@ -0,0 +1,17 @@
package com.dy.pipIrrGlobal.voSt;
import lombok.Data;
/**
 * @Author: liurunyu
 * @Date: 2024/12/26 16:40
 * @Description
 */
@Data
public class VoClientConsumeStatistics {
    public Long clientId ;
    public Double amount;//用水量(m3)
    public Double money;//花费金额(扣费)(元)
    public Integer duration; //时长(分钟)
    public Integer times;//用水次数
}