zhubaomin
2025-02-21 f4d1e8f5e01e12a90050d94e50571b9cb1ebe109
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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;//用水次数
}