package com.fzzy.igds.data;
|
|
import com.ruoyi.common.annotation.Excel;
|
import lombok.Data;
|
import lombok.EqualsAndHashCode;
|
|
/**
|
* @Description 粮情的报表数据,将每一层的数据使用一个对象展示出来
|
* @Author CZT
|
* @Date 2025/12/9 10:19
|
*/
|
@Data
|
@EqualsAndHashCode(callSuper = false)
|
public class GrainDataReport extends GrainData {
|
/**
|
*
|
*/
|
private static final long serialVersionUID = 1L;
|
|
//粮食品种
|
private String foodVariety;
|
|
@Excel(name = "实际储量", sort = 11)
|
//实际储量,单位:吨
|
private Double storageReal;
|
|
//仓库类型
|
private String depotTypeName;
|
|
//仓库类型
|
private String depotType;
|
|
//保管员
|
private String storeKeeperName;
|
|
//水分
|
private String perWet = "--";
|
|
//杂质
|
private String perImpurity = "--";
|
|
//最高层数
|
private int maxZ;
|
|
// --- 以下是所有层信息---//
|
//所在层
|
private int z1;
|
//层最低温
|
private String tempMin1 = "--";
|
//层最高温
|
private String tempMax1 = "--";
|
//层平均温
|
private String tempAve1 = "--";
|
//所在层
|
private int z2;
|
//层最低温
|
private String tempMin2 = "--";
|
//层最高温
|
private String tempMax2 = "--";
|
//层平均温
|
private String tempAve2 = "--";
|
|
//所在层
|
private int z3;
|
//层最低温
|
private String tempMin3 = "--";
|
//层最高温
|
private String tempMax3 = "--";
|
//层平均温
|
private String tempAve3 = "--";
|
|
//所在层
|
private int z4;
|
//层最低温
|
private String tempMin4 = "--";
|
//层最高温
|
private String tempMax4 = "--";
|
//层平均温
|
private String tempAve4 = "--";
|
|
//所在层
|
private int z5;
|
//层最低温
|
private String tempMin5 = "--";
|
//层最高温
|
private String tempMax5 = "--";
|
//层平均温
|
private String tempAve5 = "--";
|
|
//所在层
|
private int z6;
|
//层最低温
|
private String tempMin6 = "--";
|
//层最高温
|
private String tempMax6 = "--";
|
//层平均温
|
private String tempAve6 = "--";
|
|
//所在层
|
private int z7;
|
//层最低温
|
private String tempMin7 = "--";
|
//层最高温
|
private String tempMax7 = "--";
|
//层平均温
|
private String tempAve7 = "--";
|
|
//所在层
|
private int z8;
|
//层最低温"
|
private String tempMin8 = "--";
|
//层最高温
|
private String tempMax8 = "--";
|
//层平均温
|
private String tempAve8 = "--";
|
|
//所在层
|
private int z9;
|
//层最低温
|
private String tempMin9 = "--";
|
//层最高温
|
private String tempMax9 = "--";
|
//层平均温
|
private String tempAve9 = "--";
|
|
//所在层
|
private int z10;
|
//层最低温
|
private String tempMin10 = "--";
|
//层最高温
|
private String tempMax10 = "--";
|
//层平均温
|
private String tempAve10 = "--";
|
|
//所在层
|
private int z11;
|
//层最低温
|
private String tempMin11 = "--";
|
//层最高温
|
private String tempMax11 = "--";
|
//层平均温
|
private String tempAve11 = "--";
|
|
//所在层
|
private int z12;
|
//层最低温
|
private String tempMin12 = "--";
|
//层最高温
|
private String tempMax12 = "--";
|
//层平均温
|
private String tempAve12 = "--";
|
|
//所在层
|
private int z13;
|
//层最低温
|
private String tempMin13 = "--";
|
//层最高温
|
private String tempMax13 = "--";
|
//层平均温
|
private String tempAve13 = "--";
|
|
//所在层
|
private int z14;
|
//层最低温
|
private String tempMin14 = "--";
|
//层最高温
|
private String tempMax14 = "--";
|
//层平均温
|
private String tempAve14 = "--";
|
|
//所在层
|
private int z15;
|
//层最低温
|
private String tempMin15 = "--";
|
//层最高温
|
private String tempMax15 = "--";
|
//层平均温
|
private String tempAve15 = "--";
|
|
//所在层
|
private int z16;
|
//层最低温
|
private String tempMin16 = "--";
|
//层最高温
|
private String tempMax16 = "--";
|
//层平均温
|
private String tempAve16 = "--";
|
|
//所在层
|
private int z17;
|
//层最低温
|
private String tempMin17 = "--";
|
//层最高温
|
private String tempMax17 = "--";
|
//层平均温
|
private String tempAve17 = "--";
|
|
//所在层
|
private int z18;
|
//层最低温
|
private String tempMin18 = "--";
|
//层最高温
|
private String tempMax18 = "--";
|
//层平均温
|
private String tempAve18 = "--";
|
|
//所在层
|
private int z19;
|
//层最低温
|
private String tempMin19 = "--";
|
//层最高温
|
private String tempMax19 = "--";
|
//层平均温
|
private String tempAve19 = "--";
|
|
//所在层
|
private int z20;
|
//层最低温
|
private String tempMin20 = "--";
|
//层最高温
|
private String tempMax20 = "--";
|
//层平均温
|
private String tempAve20 = "--";
|
|
//所在层
|
private int z21;
|
//层最低温
|
private String tempMin21 = "--";
|
//层最高温
|
private String tempMax21 = "--";
|
//层平均温
|
private String tempAve21 = "--";
|
|
//所在层
|
private int z22;
|
//层最低温
|
private String tempMin22 = "--";
|
//层最高温
|
private String tempMax22 = "--";
|
//层平均温
|
private String tempAve22 = "--";
|
|
//所在层
|
private int z23;
|
//层最低温
|
private String tempMin23 = "--";
|
//层最高温
|
private String tempMax23 = "--";
|
//层平均温
|
private String tempAve23 = "--";
|
|
//所在层
|
private int z24;
|
//层最低温
|
private String tempMin24 = "--";
|
//层最高温
|
private String tempMax24 = "--";
|
//层平均温
|
private String tempAve24 = "--";
|
|
//所在层
|
private int z25;
|
//层最低温
|
private String tempMin25 = "--";
|
//层最高温
|
private String tempMax25 = "--";
|
//层平均温
|
private String tempAve25 = "--";
|
}
|