zhubaomin
2025-04-07 e67870fff62635cd14beb0d5988f08aeef4b22fa
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;
}