wuzeyu
2024-12-27 2199b297803dac6e02a209d695471e1e7a36b8da
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
package com.dy.pipIrrGlobal.voSt;
 
import lombok.Data;
 
/**
 * @Author: liurunyu
 * @Date: 2024/12/26 14:34
 * @Description
 */
@Data
public class VoIcConsumeStatistics {
    public Long clientId ;
    public Long cardId ;
    public Double water;//用水量(m3)
    public Double amount;//花费金额(扣费)(元)
    public Integer duration; //时长(分钟)
    public Integer times;//用水次数
}