| | |
| | | |
| | | @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 = "目标浓度", description = "单位:g/m³") |
| | | @Column(name = "mbnd", precision = 20, scale = 3) |
| | | private double mbnd; |
| | | private Double mbnd; |
| | | |
| | | @PropertyDef(label = "计算补药量", description = "单位:g") |
| | | @Column(name = "jsbyl", precision = 20, scale = 3) |
| | | private double jsbyl; |
| | | private Double jsbyl; |
| | | |
| | | @PropertyDef(label = "实际补药量", description = "单位:g") |
| | | @Column(name = "sjbyl", precision = 20, scale = 3) |
| | | private double sjbyl; |
| | | private Double sjbyl; |
| | | |
| | | @PropertyDef(label = "补药方法") |
| | | @Column(name = "byff", length = 128) |
| | |
| | | |
| | | @PropertyDef(label = "峰值浓度", description = "单位:g/m³") |
| | | @Column(name = "fznd", precision = 20, scale = 3) |
| | | private double fznd; |
| | | private Double fznd; |
| | | |
| | | @PropertyDef(label = "目标浓度维持天数", description = "单位:天") |
| | | @Column(name = "mbndwcts") |
| | |
| | | |
| | | @PropertyDef(label = "CT值") |
| | | @Column(name = "ctz", precision = 20, scale = 3) |
| | | private double ctz; |
| | | private Double ctz; |
| | | |
| | | @PropertyDef(label = "散气前磷化氢浓度", description = "单位:g/m³") |
| | | @Column(name = "sqqlhqnd", precision = 20, scale = 3) |
| | | private double sqqlhqnd; |
| | | private Double sqqlhqnd; |
| | | |
| | | @Column(name = "VENTILATE_TIME_") |
| | | @PropertyDef(label = "散气时间") |