ws
2023-09-21 c972846d9e2c591120ec55c5e1feb277b10969f0
src/main/java/com/fzzy/api/entity/Api1306.java
@@ -51,7 +51,7 @@
    @Column(name = "hcjcdh", length = 42, nullable = false)
    private String hcjcdh;
    @PropertyDef(label = "封仓后熏蒸的次数" )
    @PropertyDef(label = "封仓后熏蒸的次数 第几次熏蒸" )
    @Column(name = "djcxz", nullable = false)
    private Integer djcxz;
@@ -101,19 +101,19 @@
    @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)
@@ -145,19 +145,23 @@
    @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)
    private String nlhqnddw;
    @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)
@@ -177,7 +181,7 @@
    @PropertyDef(label = "峰值浓度" )
    @Column(name = "fznd", precision = 20, scale = 3)
    private double fznd;
    private Double fznd;
    @PropertyDef(label = "目标浓度维持天数" )
    @Column(name = "mbndwcts")
@@ -197,11 +201,11 @@
    @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 = "散气日期" )
@@ -222,7 +226,7 @@
    @PropertyDef(label = "散气结束时磷化氢浓度" )
    @Column(name = "sqjsslhqnd", precision = 20, scale = 3)
    private double sqjsslhqnd;
    private Double sqjsslhqnd;
    @JSONField(format = "yyyy-MM-dd")
    @PropertyDef(label = "残渣收集作业时间" )