package com.dy.pipIrrGlobal.voSt; 
 | 
  
 | 
import com.alibaba.fastjson2.annotation.JSONField; 
 | 
import com.alibaba.fastjson2.writer.ObjectWriterImplToString; 
 | 
import com.fasterxml.jackson.annotation.JsonPropertyOrder; 
 | 
import lombok.Data; 
 | 
  
 | 
/** 
 | 
 * @Author: liurunyu 
 | 
 * @Date: 2025/1/3 10:47 
 | 
 * @Description 
 | 
 */ 
 | 
@Data 
 | 
@JsonPropertyOrder({ "id", "clientId", "clientNum", "clientName", "clientAddress" , "year" , "month" 
 | 
        ,"amount1" , "money1" , "times1"  
 | 
        ,"amount2" , "money2" , "times2" 
 | 
        ,"amount3" , "money3" , "times3" 
 | 
        ,"amount4" , "money4" , "times4" 
 | 
        ,"amount5" , "money5" , "times5" 
 | 
        ,"amount6" , "money6" , "times6" 
 | 
        ,"amount7" , "money7" , "times7" 
 | 
        ,"amount8" , "money8" , "times8" 
 | 
        ,"amount9" , "money9" , "times9" 
 | 
        ,"amount10" , "money10" , "times10" 
 | 
        ,"amount11" , "money11" , "times11" 
 | 
        ,"amount12" , "money12" , "times12" 
 | 
        ,"amount13" , "money13" , "times13" 
 | 
        ,"amount14" , "money14" , "times14" 
 | 
        ,"amount15" , "money15" , "times15" 
 | 
        ,"amount16" , "money16" , "times16" 
 | 
        ,"amount17" , "money17" , "times17" 
 | 
        ,"amount18" , "money18" , "times18" 
 | 
        ,"amount19" , "money19" , "times19" 
 | 
        ,"amount20" , "money20" , "times20" 
 | 
        ,"amount21" , "money21" , "times21" 
 | 
        ,"amount22" , "money22" , "times22" 
 | 
        ,"amount23" , "money23" , "times23" 
 | 
        ,"amount24" , "money24" , "times24" 
 | 
        ,"amount25" , "money25" , "times25" 
 | 
        ,"amount26" , "money26" , "times26" 
 | 
        ,"amount27" , "money27" , "times27" 
 | 
        ,"amount28" , "money28" , "times28" 
 | 
        ,"amount29" , "money29" , "times29" 
 | 
        ,"amount30" , "money30" , "times30" 
 | 
        ,"amount31" , "money31" , "times31" 
 | 
}) 
 | 
public class VoStClientAmountDay { 
 | 
  
 | 
    public static final long serialVersionUID = 202412300924001L; 
 | 
    /** 
 | 
     * 主键 
 | 
     */ 
 | 
    @JSONField(serializeUsing= ObjectWriterImplToString.class) 
 | 
    public Long id; 
 | 
  
 | 
    /** 
 | 
     * 外键,指向农户 
 | 
     */ 
 | 
    @JSONField(serializeUsing= ObjectWriterImplToString.class) 
 | 
    public Long clientId; 
 | 
  
 | 
    /** 
 | 
     * 农户编号 
 | 
     */ 
 | 
    public String clientNum ; 
 | 
  
 | 
    /** 
 | 
     * 农户名称 
 | 
     */ 
 | 
    public String clientName ; 
 | 
  
 | 
    /** 
 | 
     * 农户地址 
 | 
     */ 
 | 
    public String clientAddress ; 
 | 
  
 | 
    /** 
 | 
     * 年度 
 | 
     */ 
 | 
    public Integer year; 
 | 
  
 | 
    /** 
 | 
     * 月份 
 | 
     */ 
 | 
    public Integer month; 
 | 
  
 | 
    /** 
 | 
     * 1号用水量统计 
 | 
     */ 
 | 
    public Double amount1; 
 | 
  
 | 
    /** 
 | 
     * 1号花费金额 
 | 
     */ 
 | 
    public Double money1; 
 | 
  
 | 
    /** 
 | 
     * 1号用水次数 
 | 
     */ 
 | 
    public Integer times1; 
 | 
  
 | 
    /** 
 | 
     * 2号用水量统计 
 | 
     */ 
 | 
    public Double amount2; 
 | 
  
 | 
    /** 
 | 
     * 2号花费金额 
 | 
     */ 
 | 
    public Double money2; 
 | 
  
 | 
    /** 
 | 
     * 2号用水次数 
 | 
     */ 
 | 
    public Integer times2; 
 | 
  
 | 
    /** 
 | 
     * 3号用水量统计 
 | 
     */ 
 | 
    public Double amount3; 
 | 
  
 | 
    /** 
 | 
     * 3号花费金额 
 | 
     */ 
 | 
    public Double money3; 
 | 
  
 | 
    /** 
 | 
     * 3号用水次数 
 | 
     */ 
 | 
    public Integer times3; 
 | 
  
 | 
    /** 
 | 
     * 4号用水量统计 
 | 
     */ 
 | 
    public Double amount4; 
 | 
  
 | 
    /** 
 | 
     * 4号花费金额 
 | 
     */ 
 | 
    public Double money4; 
 | 
  
 | 
    /** 
 | 
     * 4号用水次数 
 | 
     */ 
 | 
    public Integer times4; 
 | 
  
 | 
    /** 
 | 
     * 5号用水量统计 
 | 
     */ 
 | 
    public Double amount5; 
 | 
  
 | 
    /** 
 | 
     * 5号花费金额 
 | 
     */ 
 | 
    public Double money5; 
 | 
  
 | 
    /** 
 | 
     * 5号用水次数 
 | 
     */ 
 | 
    public Integer times5; 
 | 
  
 | 
    /** 
 | 
     * 6号用水量统计 
 | 
     */ 
 | 
    public Double amount6; 
 | 
  
 | 
    /** 
 | 
     * 6号花费金额 
 | 
     */ 
 | 
    public Double money6; 
 | 
  
 | 
    /** 
 | 
     * 6号用水次数 
 | 
     */ 
 | 
    public Integer times6; 
 | 
  
 | 
    /** 
 | 
     * 7号用水量统计 
 | 
     */ 
 | 
    public Double amount7; 
 | 
  
 | 
    /** 
 | 
     * 7号花费金额 
 | 
     */ 
 | 
    public Double money7; 
 | 
  
 | 
    /** 
 | 
     * 7号用水次数 
 | 
     */ 
 | 
    public Integer times7; 
 | 
  
 | 
    /** 
 | 
     * 8号用水量统计 
 | 
     */ 
 | 
    public Double amount8; 
 | 
  
 | 
    /** 
 | 
     * 8号花费金额 
 | 
     */ 
 | 
    public Double money8; 
 | 
  
 | 
    /** 
 | 
     * 8号用水次数 
 | 
     */ 
 | 
    public Integer times8; 
 | 
  
 | 
    /** 
 | 
     * 9号用水量统计 
 | 
     */ 
 | 
    public Double amount9; 
 | 
  
 | 
    /** 
 | 
     * 9号花费金额 
 | 
     */ 
 | 
    public Double money9; 
 | 
  
 | 
    /** 
 | 
     * 9号用水次数 
 | 
     */ 
 | 
    public Integer times9; 
 | 
  
 | 
    /** 
 | 
     * 10号用水量统计 
 | 
     */ 
 | 
    public Double amount10; 
 | 
  
 | 
    /** 
 | 
     * 10号花费金额 
 | 
     */ 
 | 
    public Double money10; 
 | 
  
 | 
    /** 
 | 
     * 10号用水次数 
 | 
     */ 
 | 
    public Integer times10; 
 | 
  
 | 
    /** 
 | 
     * 11号用水量统计 
 | 
     */ 
 | 
    public Double amount11; 
 | 
  
 | 
    /** 
 | 
     * 11号花费金额 
 | 
     */ 
 | 
    public Double money11; 
 | 
  
 | 
    /** 
 | 
     * 11号用水次数 
 | 
     */ 
 | 
    public Integer times11; 
 | 
  
 | 
    /** 
 | 
     * 12号用水量统计 
 | 
     */ 
 | 
    public Double amount12; 
 | 
  
 | 
    /** 
 | 
     * 12号花费金额 
 | 
     */ 
 | 
    public Double money12; 
 | 
  
 | 
    /** 
 | 
     * 12号用水次数 
 | 
     */ 
 | 
    public Integer times12; 
 | 
  
 | 
    /** 
 | 
     * 13号用水量统计 
 | 
     */ 
 | 
    public Double amount13; 
 | 
  
 | 
    /** 
 | 
     * 13号花费金额 
 | 
     */ 
 | 
    public Double money13; 
 | 
  
 | 
    /** 
 | 
     * 13号用水次数 
 | 
     */ 
 | 
    public Integer times13; 
 | 
  
 | 
    /** 
 | 
     * 14号用水量统计 
 | 
     */ 
 | 
    public Double amount14; 
 | 
  
 | 
    /** 
 | 
     * 14号花费金额 
 | 
     */ 
 | 
    public Double money14; 
 | 
  
 | 
    /** 
 | 
     * 14号用水次数 
 | 
     */ 
 | 
    public Integer times14; 
 | 
  
 | 
    /** 
 | 
     * 15号用水量统计 
 | 
     */ 
 | 
    public Double amount15; 
 | 
  
 | 
    /** 
 | 
     * 15号花费金额 
 | 
     */ 
 | 
    public Double money15; 
 | 
  
 | 
    /** 
 | 
     * 15号用水次数 
 | 
     */ 
 | 
    public Integer times15; 
 | 
  
 | 
    /** 
 | 
     * 16号用水量统计 
 | 
     */ 
 | 
    public Double amount16; 
 | 
  
 | 
    /** 
 | 
     * 16号花费金额 
 | 
     */ 
 | 
    public Double money16; 
 | 
  
 | 
    /** 
 | 
     * 16号用水次数 
 | 
     */ 
 | 
    public Integer times16; 
 | 
  
 | 
    /** 
 | 
     * 17号用水量统计 
 | 
     */ 
 | 
    public Double amount17; 
 | 
  
 | 
    /** 
 | 
     * 17号花费金额 
 | 
     */ 
 | 
    public Double money17; 
 | 
  
 | 
    /** 
 | 
     * 17号用水次数 
 | 
     */ 
 | 
    public Integer times17; 
 | 
  
 | 
    /** 
 | 
     * 18号用水量统计 
 | 
     */ 
 | 
    public Double amount18; 
 | 
  
 | 
    /** 
 | 
     * 18号花费金额 
 | 
     */ 
 | 
    public Double money18; 
 | 
  
 | 
    /** 
 | 
     * 18号用水次数 
 | 
     */ 
 | 
    public Integer times18; 
 | 
  
 | 
    /** 
 | 
     * 19号用水量统计 
 | 
     */ 
 | 
    public Double amount19; 
 | 
  
 | 
    /** 
 | 
     * 19号花费金额 
 | 
     */ 
 | 
    public Double money19; 
 | 
  
 | 
    /** 
 | 
     * 19号用水次数 
 | 
     */ 
 | 
    public Integer times19; 
 | 
  
 | 
    /** 
 | 
     * 20号用水量统计 
 | 
     */ 
 | 
    public Double amount20; 
 | 
  
 | 
    /** 
 | 
     * 20号花费金额 
 | 
     */ 
 | 
    public Double money20; 
 | 
  
 | 
    /** 
 | 
     * 20号用水次数 
 | 
     */ 
 | 
    public Integer times20; 
 | 
  
 | 
    /** 
 | 
     * 21号用水量统计 
 | 
     */ 
 | 
    public Double amount21; 
 | 
  
 | 
    /** 
 | 
     * 21号花费金额 
 | 
     */ 
 | 
    public Double money21; 
 | 
  
 | 
    /** 
 | 
     * 21号用水次数 
 | 
     */ 
 | 
    public Integer times21; 
 | 
  
 | 
    /** 
 | 
     * 22号用水量统计 
 | 
     */ 
 | 
    public Double amount22; 
 | 
  
 | 
    /** 
 | 
     * 22号花费金额 
 | 
     */ 
 | 
    public Double money22; 
 | 
  
 | 
    /** 
 | 
     * 22号用水次数 
 | 
     */ 
 | 
    public Integer times22; 
 | 
  
 | 
    /** 
 | 
     * 23号用水量统计 
 | 
     */ 
 | 
    public Double amount23; 
 | 
  
 | 
    /** 
 | 
     * 23号花费金额 
 | 
     */ 
 | 
    public Double money23; 
 | 
  
 | 
    /** 
 | 
     * 23号用水次数 
 | 
     */ 
 | 
    public Integer times23; 
 | 
  
 | 
    /** 
 | 
     * 24号用水量统计 
 | 
     */ 
 | 
    public Double amount24; 
 | 
  
 | 
    /** 
 | 
     * 24号花费金额 
 | 
     */ 
 | 
    public Double money24; 
 | 
  
 | 
    /** 
 | 
     * 24号用水次数 
 | 
     */ 
 | 
    public Integer times24; 
 | 
  
 | 
    /** 
 | 
     * 25号用水量统计 
 | 
     */ 
 | 
    public Double amount25; 
 | 
  
 | 
    /** 
 | 
     * 25号花费金额 
 | 
     */ 
 | 
    public Double money25; 
 | 
  
 | 
    /** 
 | 
     * 25号用水次数 
 | 
     */ 
 | 
    public Integer times25; 
 | 
  
 | 
    /** 
 | 
     * 26号用水量统计 
 | 
     */ 
 | 
    public Double amount26; 
 | 
  
 | 
    /** 
 | 
     * 26号花费金额 
 | 
     */ 
 | 
    public Double money26; 
 | 
  
 | 
    /** 
 | 
     * 26号用水次数 
 | 
     */ 
 | 
    public Integer times26; 
 | 
  
 | 
    /** 
 | 
     * 27号用水量统计 
 | 
     */ 
 | 
    public Double amount27; 
 | 
  
 | 
    /** 
 | 
     * 27号花费金额 
 | 
     */ 
 | 
    public Double money27; 
 | 
  
 | 
    /** 
 | 
     * 27号用水次数 
 | 
     */ 
 | 
    public Integer times27; 
 | 
  
 | 
    /** 
 | 
     * 28号用水量统计 
 | 
     */ 
 | 
    public Double amount28; 
 | 
  
 | 
    /** 
 | 
     * 28号花费金额 
 | 
     */ 
 | 
    public Double money28; 
 | 
  
 | 
    /** 
 | 
     * 28号用水次数 
 | 
     */ 
 | 
    public Integer times28; 
 | 
  
 | 
    /** 
 | 
     * 29号用水量统计 
 | 
     */ 
 | 
    public Double amount29; 
 | 
  
 | 
    /** 
 | 
     * 29号花费金额 
 | 
     */ 
 | 
    public Double money29; 
 | 
  
 | 
    /** 
 | 
     * 29号用水次数 
 | 
     */ 
 | 
    public Integer times29; 
 | 
  
 | 
    /** 
 | 
     * 30号用水量统计 
 | 
     */ 
 | 
    public Double amount30; 
 | 
  
 | 
    /** 
 | 
     * 30号花费金额 
 | 
     */ 
 | 
    public Double money30; 
 | 
  
 | 
    /** 
 | 
     * 30号用水次数 
 | 
     */ 
 | 
    public Integer times30; 
 | 
  
 | 
    /** 
 | 
     * 31号用水量统计 
 | 
     */ 
 | 
    public Double amount31; 
 | 
  
 | 
    /** 
 | 
     * 31号花费金额 
 | 
     */ 
 | 
    public Double money31; 
 | 
  
 | 
    /** 
 | 
     * 31号用水次数 
 | 
     */ 
 | 
    public Integer times31; 
 | 
} 
 |