| | |
| | | |
| | | @PropertyDef(label = "浓度" ) |
| | | @Column(name = "nd", precision = 20, scale = 3) |
| | | private double nd; |
| | | private Double nd; |
| | | |
| | | @PropertyDef(label = "粮堆单位用药量" ) |
| | | @Column(name = "lddwyyl", precision = 20, scale = 3) |
| | | private double lddwyyl; |
| | | private Double lddwyyl; |
| | | |
| | | @PropertyDef(label = "空间单位用药量" ) |
| | | @Column(name = "kjdwyyl", precision = 20, scale = 3) |
| | | private double kjdwyyl; |
| | | private Double kjdwyyl; |
| | | |
| | | @PropertyDef(label = "总用药量" ) |
| | | @Column(name = "zyyl", precision = 20, scale = 3) |
| | | private double zyyl; |
| | | private Double zyyl; |
| | | |
| | | @PropertyDef(label = "施药方法" ) |
| | | @Column(name = "syff", length = 1, nullable = false) |
| | |
| | | |
| | | @PropertyDef(label = "补药前仓内磷化氢浓度" ) |
| | | @Column(name = "byqcnlhqnd", precision = 20, scale = 3) |
| | | private double byqcnlhqnd; |
| | | private Double byqcnlhqnd; |
| | | |
| | | @PropertyDef(label = "磷化氢浓度单位",description = "1:g/m³ (默认) 2:ppm 3:ml/m³ 4:%VOL。") |
| | | @Column(name = "nlhqnddw", length = 1) |
| | |
| | | |
| | | @PropertyDef(label = "目标浓度" ) |
| | | @Column(name = "mbnd", precision = 20, scale = 3) |
| | | private double mbnd; |
| | | private Double mbnd; |
| | | |
| | | @PropertyDef(label = "计算补药量" ) |
| | | @Column(name = "jsbyl", precision = 20, scale = 3) |
| | | private double jsbyl; |
| | | private Double jsbyl; |
| | | |
| | | @PropertyDef(label = "实际补药量" ) |
| | | @Column(name = "sjbyl", precision = 20, scale = 3) |
| | | private double sjbyl; |
| | | private Double sjbyl; |
| | | |
| | | @PropertyDef(label = "补药方法" ) |
| | | @Column(name = "byff", length = 128) |
| | |
| | | |
| | | @PropertyDef(label = "峰值浓度" ) |
| | | @Column(name = "fznd", precision = 20, scale = 3) |
| | | private double fznd; |
| | | private Double fznd; |
| | | |
| | | @PropertyDef(label = "目标浓度维持天数" ) |
| | | @Column(name = "mbndwcts") |
| | |
| | | |
| | | @PropertyDef(label = "CT值" ) |
| | | @Column(name = "ctz", precision = 20, scale = 3) |
| | | private double ctz; |
| | | private Double ctz; |
| | | |
| | | @PropertyDef(label = "散气前磷化氢浓度" ) |
| | | @Column(name = "sqqlhqnd", precision = 20, scale = 3) |
| | | private double sqqlhqnd; |
| | | private Double sqqlhqnd; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "散气日期" ) |
| | |
| | | |
| | | @PropertyDef(label = "散气结束时磷化氢浓度" ) |
| | | @Column(name = "sqjsslhqnd", precision = 20, scale = 3) |
| | | private double sqjsslhqnd; |
| | | private Double sqjsslhqnd; |
| | | |
| | | @JSONField(format = "yyyy-MM-dd") |
| | | @PropertyDef(label = "残渣收集作业时间" ) |