package com.fzzy.igds.dzhwk.v1.dto;
|
|
import com.bstek.dorado.annotation.PropertyDef;
|
import lombok.Data;
|
|
/**
|
* 接口表-充氮气调作业
|
*
|
*/
|
@Data
|
public class ApiV1Data2008 {
|
|
@PropertyDef(label = "谷冷作业单号")
|
private String zydh;
|
|
@PropertyDef(label = "廒间代码")
|
private String ajdm;
|
|
@PropertyDef(label = "通风开始时间")
|
private String kssj;
|
|
@PropertyDef(label = "通风结束时间")
|
private String jssj;
|
|
@PropertyDef(label = "粮食品种")
|
private String lspzdm;
|
|
@PropertyDef(label = "粮食数量")
|
private String lssl;
|
|
@PropertyDef(label = "仓房气密性是否达标")
|
private String qmxsfdb;
|
|
@PropertyDef(label = "气调目的")
|
private String qtmd;
|
|
@PropertyDef(label = "粮堆密闭方式")
|
private Double mbfs;
|
|
@PropertyDef(label = "设定氮气浓度")
|
private Double sddqnd;
|
|
@PropertyDef(label = "充气方式")
|
private String cqfs;
|
|
@PropertyDef(label = "累计气调时间")
|
private Double ljqtsj;
|
|
@PropertyDef(label = "气调期间大气温度最高值")
|
private Double wwzgz;
|
|
@PropertyDef(label = "气调期间大气温度最低值")
|
private Double wwzdz;
|
|
@PropertyDef(label = "气调期间大气温度平均值")
|
private Double wwpjz;
|
|
@PropertyDef(label = "气调期间仓内温度最高值")
|
private Double cnwwzgz;
|
|
@PropertyDef(label = "气调期间仓内温度最低值")
|
private Double cnwwzdz;
|
|
@PropertyDef(label = "气调期间仓内温度平均值")
|
private Double cnwwpjz;
|
|
@PropertyDef(label = "气调期间仓内湿度最高值")
|
private Double cnwszgz;
|
|
@PropertyDef(label = "气调期间仓内湿度最低值")
|
private Double cnwszdz;
|
|
@PropertyDef(label = "气调期间仓内湿度平均值")
|
private Double cnwspjz;
|
|
@PropertyDef(label = "气调期间粮堆氮气浓度最高值")
|
private Double ldndzgz;
|
|
@PropertyDef(label = "气调期间粮堆氮气浓度最低值")
|
private Double ldndzdz;
|
|
@PropertyDef(label = "气调期间粮堆氮气浓度平均值")
|
private Double ldndpjz;
|
|
@PropertyDef(label = "气调前粮温最高值")
|
private Double qtqlwzgz;
|
|
@PropertyDef(label = "气调前粮温最低值")
|
private Double qtqlwzdz;
|
|
@PropertyDef(label = "气调前粮温平均")
|
private Double qtqlwpjz;
|
|
@PropertyDef(label = "气调后粮温最高值")
|
private Double qthlwzgz;
|
|
@PropertyDef(label = "气调后粮温最低值")
|
private Double qthlwzdz;
|
|
@PropertyDef(label = "气调后粮温平均")
|
private Double qthlwpjz;
|
|
@PropertyDef(label = "气调前粮水分最高值")
|
private Double qtqsfzgz;
|
|
@PropertyDef(label = "气调前粮水分最低值")
|
private Double qtqsfzdz;
|
|
@PropertyDef(label = "气调前粮水分平均")
|
private Double qtqsfpjz;
|
|
@PropertyDef(label = "气调后粮水分最高值")
|
private Double qthsfzgz;
|
|
@PropertyDef(label = "气调后粮水分最低值")
|
private Double qthsfzdz;
|
|
@PropertyDef(label = "气调后粮水分平均")
|
private Double qthsfpjz;
|
|
@PropertyDef(label = "气调前虫害情况")
|
private String qtqchqk;
|
|
@PropertyDef(label = "气调后虫害情况")
|
private String qthchqk;
|
|
@PropertyDef(label = "气调间异常情况描述")
|
private String ycms;
|
|
@PropertyDef(label = "czr")
|
private String 操作人;
|
|
@PropertyDef(label = "备注")
|
private Integer bz;
|
|
@PropertyDef(label = "更新时间")
|
private String zhgxsj;
|
|
}
|