package com.fzzy.push.gd2023.dto;
|
|
import com.alibaba.fastjson.annotation.JSONField;
|
import com.bstek.dorado.annotation.PropertyDef;
|
import lombok.Data;
|
import lombok.EqualsAndHashCode;
|
|
import javax.persistence.Column;
|
import java.io.Serializable;
|
import java.util.Date;
|
|
/**
|
* 接口表-熏蒸作业接口
|
*
|
* @author czt
|
*/
|
@Data
|
@EqualsAndHashCode(callSuper=false)
|
public class Gd2023Api1306 implements Serializable {
|
|
/**
|
*
|
*/
|
private static final long serialVersionUID = 1L;
|
|
@PropertyDef(label = "熏蒸作业单号" )
|
private String xzzydh;
|
|
@PropertyDef(label = "仓房代码" )
|
private String cfdm;
|
|
@PropertyDef(label = "统一仓房编码")
|
private String tycfbm;
|
|
@PropertyDef(label = "统一廒间编码")
|
private String tyajbm;
|
|
@JSONField(format = "yyyy-MM-dd")
|
@PropertyDef(label = "熏蒸开始时间" )
|
private Date xzkssj;
|
|
@JSONField(format = "yyyy-MM-dd")
|
@PropertyDef(label = "熏蒸结束时间" )
|
private Date xzjssj;
|
|
@PropertyDef(label = "害虫检测单号" )
|
private String hcjcdh;
|
|
@PropertyDef(label = "封仓后熏蒸的次数 第几次熏蒸" )
|
private Integer djcxz;
|
|
@PropertyDef(label = "常规熏蒸方式" )
|
private String cgxzfs;
|
|
@PropertyDef(label = "环流熏蒸方式" )
|
private String hlxzfs;
|
|
@PropertyDef(label = "环流熏蒸与内环流技术结合" )
|
private String hlxzynhljsjh;
|
|
@PropertyDef(label = "熏蒸方案制定" )
|
private String xzfazd;
|
|
@PropertyDef(label = "熏蒸方案起草人" )
|
private String xzfaqcr;
|
|
@PropertyDef(label = "熏蒸方案批准人" )
|
private String xzfapzr;
|
|
@PropertyDef(label = "熏蒸方案报备情况" )
|
private String xzfabbqk;
|
|
@PropertyDef(label = "施药人员资质情况" )
|
private String syryzzqk;
|
|
@PropertyDef(label = "施药资质审核" )
|
private String syzzsh;
|
|
@PropertyDef(label = "药剂名称" )
|
private String yjmc;
|
|
@PropertyDef(label = "剂型" )
|
private String jx;
|
|
@PropertyDef(label = "浓度" )
|
private Double nd;
|
|
@PropertyDef(label = "粮堆单位用药量" )
|
private Double lddwyyl;
|
|
@PropertyDef(label = "空间单位用药量" )
|
private Double kjdwyyl;
|
|
@PropertyDef(label = "总用药量" )
|
private Double zyyl;
|
|
@PropertyDef(label = "施药方法" )
|
private String syff;
|
|
@PropertyDef(label = "辅助施药措施" )
|
private String fzsycs;
|
|
@PropertyDef(label = "空气呼吸器及安全检查情况" )
|
private String kqhqjaqjcqk;
|
|
@PropertyDef(label = "磷化氢检测装置调试情况" )
|
private String lhqjczztsqk;
|
|
@PropertyDef(label = "氧气深度检测装置调试情况" )
|
private String yqsdjczztsqk;
|
|
@PropertyDef(label = "磷化氢报警仪安全检查" )
|
private String lhqbjyaqjc;
|
|
@PropertyDef(label = "氧气报警仪安全检查" )
|
private String yqbjyaqjc;
|
|
@PropertyDef(label = "补药前仓内磷化氢浓度" )
|
private Double byqcnlhqnd;
|
|
@PropertyDef(label = "磷化氢浓度单位",description = "1:g/m³ (默认) 2:ppm 3:ml/m³ 4:%VOL。")
|
private String nlhqnddw;
|
|
@PropertyDef(label = "目标浓度" )
|
private Double mbnd;
|
|
@PropertyDef(label = "计算补药量" )
|
private Double jsbyl;
|
|
@PropertyDef(label = "实际补药量" )
|
private Double sjbyl;
|
|
@PropertyDef(label = "补药方法" )
|
private String byff;
|
|
@PropertyDef(label = "作业人数" )
|
private Integer zyrs;
|
|
@PropertyDef(label = "补药作业批准人" )
|
private String byzypzr;
|
|
@PropertyDef(label = "现场指挥人" )
|
private String xczhr;
|
|
@PropertyDef(label = "峰值浓度" )
|
private Double fznd;
|
|
@PropertyDef(label = "目标浓度维持天数" )
|
private Integer mbndwcts;
|
|
@PropertyDef(label = "漏气位置监测" )
|
private String lswzjc;
|
|
@PropertyDef(label = "漏气部位采取的补救措施" )
|
private String lqbwcqdbjcs;
|
|
@PropertyDef(label = "密闭时间" )
|
private Integer mbsj;
|
|
@PropertyDef(label = "CT值" )
|
private Double ctz;
|
|
@PropertyDef(label = "散气前磷化氢浓度" )
|
private Double sqqlhqnd;
|
|
@JSONField(format = "yyyy-MM-dd")
|
@PropertyDef(label = "散气日期" )
|
private Date sqrq;
|
|
@PropertyDef(label = "散气方法" )
|
private String sqff;
|
|
@PropertyDef(label = "散气批准人" )
|
private String sqpzr;
|
|
@PropertyDef(label = "散气持续天数" )
|
private Integer sqcsts;
|
|
@PropertyDef(label = "散气结束时磷化氢浓度" )
|
private Double sqjsslhqnd;
|
|
@JSONField(format = "yyyy-MM-dd")
|
@PropertyDef(label = "残渣收集作业时间" )
|
private Date czsjzysj;
|
|
@PropertyDef(label = "残渣收集作业人数" )
|
private Integer czsjzyrs;
|
|
@PropertyDef(label = "残渣收集方法" )
|
private String czsjff;
|
|
@PropertyDef(label = "残渣收集作业批准人" )
|
private String czsjzypzr;
|
|
@PropertyDef(label = "残渣处理措施" )
|
private String czclcs;
|
|
@PropertyDef(label = "残渣处理作业人数" )
|
private Integer czclzyrs;
|
|
@PropertyDef(label = "残渣处理批准人" )
|
private String czclpzr;
|
|
@PropertyDef(label = "熏蒸后活虫检出情况" )
|
private String xzhhcjcqk;
|
|
@PropertyDef(label = "熏蒸后虫口密度" )
|
private Integer xzhckmd;
|
|
@PropertyDef(label = "培养15天后活虫数" )
|
private Integer pyswthhcs;
|
|
@PropertyDef(label = "培养45天后活虫数" )
|
private Integer pysswthhcs;
|
|
@PropertyDef(label = "熏蒸效果评价" )
|
private String xzxgpj;
|
|
@PropertyDef(label = "熏蒸负责人" )
|
private String xzfzr;
|
|
@PropertyDef(label = "熏蒸作业人员" )
|
private String xzzyry;
|
|
@PropertyDef(label = "操作标志" )
|
private String czbz;
|
|
@JSONField(format = "yyyy-MM-dd HH:mm:ss")
|
@PropertyDef(label = "最后更新时间" )
|
private Date zhgxsj;
|
|
@JSONField(serialize = false)
|
@PropertyDef(label = "货位代码" )
|
@Column(name = "hwdm", length = 30)
|
private String hwdm;
|
|
}
|