package com.fzzy.push.sx2023.data; import com.alibaba.fastjson.annotation.JSONField; import com.bstek.dorado.annotation.PropertyDef; import com.fasterxml.jackson.annotation.JsonProperty; import lombok.Data; import java.io.Serializable; import java.util.Date; /** * @Description * @Author CZT * @Date 2024/4/25 14:24 */ @Data public class SX2023Api1306 implements Serializable { @PropertyDef(label = "仓房代码") @JsonProperty("ZHGXSJ") private String cfdm; @PropertyDef(label = "熏蒸作业单号") @JsonProperty("XZZYDH") private String xzzydh; @JSONField(format = "yyyy-MM-dd") @PropertyDef(label = "熏蒸开始时间") @JsonProperty("XZKSSJ") private Date xzkssj; @JSONField(format = "yyyy-MM-dd") @PropertyDef(label = "熏蒸结束时间") @JsonProperty("XZJSSJ") private Date xzjssj; @PropertyDef(label = "害虫检测单号") @JsonProperty("HCJCDH") private String hcjcdh; @PropertyDef(label = "封仓后熏蒸的次数 第几次熏蒸") @JsonProperty("DJCXZ") private Integer djcxz; @PropertyDef(label = "常规熏蒸方式") @JsonProperty("CGXZFS") private String cgxzfs; @PropertyDef(label = "环流熏蒸方式") @JsonProperty("HLXZFS") private String hlxzfs; @PropertyDef(label = "环流熏蒸与内环流技术结合") @JsonProperty("HLXZYNHLJSJH") private String hlxzynhljsjh; @PropertyDef(label = "熏蒸方案制定") @JsonProperty("XZFAZD") private String xzfazd; @PropertyDef(label = "熏蒸方案起草人") @JsonProperty("XZFAZD") private String xzfaqcr; @PropertyDef(label = "熏蒸方案批准人") @JsonProperty("XZFAPZR") private String xzfapzr; @PropertyDef(label = "熏蒸方案报备情况") @JsonProperty("XZFABBQK") private String xzfabbqk; @PropertyDef(label = "施药人员资质情况") @JsonProperty("SYRYZZQK") private String syryzzqk; @PropertyDef(label = "施药资质审核") @JsonProperty("SYRYZZQK") private String syzzsh; @PropertyDef(label = "药剂名称") @JsonProperty("YJMC") private String yjmc; @PropertyDef(label = "剂型") @JsonProperty("JX") private String jx; @PropertyDef(label = "浓度") @JsonProperty("ND") private Double nd; @PropertyDef(label = "粮堆单位用药量") @JsonProperty("LDDWYYL") private Double lddwyyl; @PropertyDef(label = "空间单位用药量") @JsonProperty("KJDWYYL") private Double kjdwyyl; @PropertyDef(label = "总用药量") @JsonProperty("ZYYL") private Double zyyl; @PropertyDef(label = "施药方法") @JsonProperty("SYFF") private String syff; @PropertyDef(label = "辅助施药措施") @JsonProperty("SYFF") private String fzsycs; @PropertyDef(label = "空气呼吸器及安全检查情况") @JsonProperty("KQHQJAQJCQK") private String kqhqjaqjcqk; @PropertyDef(label = "磷化氢检测装置调试情况") @JsonProperty("LHQJCZZTSQK") private String lhqjczztsqk; @PropertyDef(label = "氧气深度检测装置调试情况") @JsonProperty("YQSDJCZZTSQK") private String yqsdjczztsqk; @PropertyDef(label = "磷化氢报警仪安全检查") @JsonProperty("LHQBJYAQJC") private String lhqbjyaqjc; @PropertyDef(label = "氧气报警仪安全检查") @JsonProperty("YQBJYAQJC") private String yqbjyaqjc; @PropertyDef(label = "补药前仓内磷化氢浓度") @JsonProperty("BYQCNLHQND") private Double byqcnlhqnd; @PropertyDef(label = "磷化氢浓度单位", description = "1:g/m³ (默认) 2:ppm 3:ml/m³ 4:%VOL。") @JsonProperty("LHQNDDW") private String nlhqnddw; @PropertyDef(label = "目标浓度") @JsonProperty("MBND") private Double mbnd; @PropertyDef(label = "计算补药量") @JsonProperty("MBND") private Double jsbyl; @PropertyDef(label = "实际补药量") @JsonProperty("SJBYL") private Double sjbyl; @PropertyDef(label = "补药方法") @JsonProperty("BYFF") private String byff; @PropertyDef(label = "作业人数") @JsonProperty("ZYRS") private Integer zyrs; @PropertyDef(label = "补药作业批准人") @JsonProperty("BYZYPZR") private String byzypzr; @PropertyDef(label = "现场指挥人") @JsonProperty("XCZHR") private String xczhr; @PropertyDef(label = "峰值浓度") @JsonProperty("FZND") private Double fznd; @PropertyDef(label = "目标浓度维持天数") @JsonProperty("MBNDWCTS") private Integer mbndwcts; @PropertyDef(label = "漏气位置监测") @JsonProperty("LSWZJC") private String lswzjc; @PropertyDef(label = "漏气部位采取的补救措施") @JsonProperty("LQBWCQDBJCS") private String lqbwcqdbjcs; @PropertyDef(label = "密闭时间") @JsonProperty("MBSJ") private Integer mbsj; @PropertyDef(label = "CT值") @JsonProperty("CTZ") private Double ctz; @PropertyDef(label = "散气前磷化氢浓度") @JsonProperty("SQQLHQND") private Double sqqlhqnd; @JSONField(format = "yyyy-MM-dd") @PropertyDef(label = "散气日期") @JsonProperty("SQRQ") private Date sqrq; @PropertyDef(label = "散气方法") @JsonProperty("SQFF") private String sqff; @PropertyDef(label = "散气批准人") @JsonProperty("SQPZR") private String sqpzr; @PropertyDef(label = "散气持续天数") @JsonProperty("SQCSTS") private Integer sqcsts; @PropertyDef(label = "散气结束时磷化氢浓度") @JsonProperty("SQJSSLHQND") private Double sqjsslhqnd; @JSONField(format = "yyyy-MM-dd") @PropertyDef(label = "残渣收集作业时间") @JsonProperty("CZSJZYSJ") private Date czsjzysj; @PropertyDef(label = "残渣收集作业人数") @JsonProperty("CZSJZYRS") private Integer czsjzyrs; @PropertyDef(label = "残渣收集方法") @JsonProperty("CZSJFF") private String czsjff; @PropertyDef(label = "残渣收集作业批准人") @JsonProperty("CZSJZYPZR") private String czsjzypzr; @PropertyDef(label = "残渣处理措施") @JsonProperty("CZCLCS") private String czclcs; @PropertyDef(label = "残渣处理作业人数") @JsonProperty("CZCLZYRS") private Integer czclzyrs; @PropertyDef(label = "残渣处理批准人") @JsonProperty("CZCLZYRS") private String czclpzr; @PropertyDef(label = "熏蒸后活虫检出情况") @JsonProperty("XZHHCJCQK") private String xzhhcjcqk; @PropertyDef(label = "熏蒸后虫口密度") @JsonProperty("XZHHCJCQK") private Integer xzhckmd; @PropertyDef(label = "培养15天后活虫数") @JsonProperty("PYSWTHHCS") private Integer pyswthhcs; @PropertyDef(label = "培养45天后活虫数") @JsonProperty("PYSSWTHHCS") private Integer pysswthhcs; @PropertyDef(label = "熏蒸效果评价") @JsonProperty("XZXGPJ") private String xzxgpj; @PropertyDef(label = "熏蒸负责人") @JsonProperty("XZFZR") private String xzfzr; @PropertyDef(label = "熏蒸作业人员") @JsonProperty("XZZYRY") private String xzzyry; @PropertyDef(label = "操作标志") @JsonProperty("CZBZ") private String czbz; @JSONField(format = "yyyy-MM-dd HH:mm:ss") @PropertyDef(label = "最后更新时间") @JsonProperty("ZHGXSJ") private Date zhgxsj; }