zuoxiao
6 天以前 cc21e79cd80345b97cc899ddff02c962d4f432fc
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;
}