liurunyu
2025-09-09 e7efb53cd598bef3413944f294bfffcb1f65f5e9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.dy.pipIrrGlobal.voSt;
 
import com.fasterxml.jackson.annotation.JsonFormat;
import lombok.Data;
 
/**
 * @Author: liurunyu
 * @Date: 2024/7/24 14:16
 * @Description 以取水口统计漏损
 */
@Data
public class VoIntakeLossStatistics {
    public Long intakeId ;
    public Double amount;
}