czt
3 天以前 46ee5aac0c31c352f19344eb3cfd762817f2559e
src/main/java/com/fzzy/api/entity/Api1304.java
@@ -30,24 +30,28 @@
   @Id
    @PropertyDef(label = "气体浓度检测单号" )
    @Column(name = "qtndjcdh", length = 42, nullable = false)
    @Column(name = "qtndjcdh", length = 42)
    private String qtndjcdh;
    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
    @PropertyDef(label = "检测时间" )
    @Column(name = "jcsj", nullable = false)
    @Column(name = "jcsj")
    private Date jcsj;
    @PropertyDef(label = "货位代码" )
    @Column(name = "hwdm", length = 30, nullable = false)
    @Column(name = "hwdm", length = 30)
    private String hwdm;
    @PropertyDef(label = "统一货位编码" )
    @Column(name = "tyhwbm", length = 28)
    private String tyhwbm;
    @PropertyDef(label = "氧气含量值集合" )
    @Column(name = "yqhlzjh", length = 8000, nullable = false, columnDefinition = "text")
    @Column(name = "yqhlzjh", length = 8000, columnDefinition = "text")
    private String yqhlzjh;
    @PropertyDef(label = "二氧化碳含量值集合" )
    @Column(name = "eyhthlzjh", length = 8000, nullable = false, columnDefinition = "text")
    @Column(name = "eyhthlzjh", length = 8000, columnDefinition = "text")
    private String eyhthlzjh;
    @PropertyDef(label = "硫酰氟浓度值集合" )
@@ -55,7 +59,7 @@
    private String lxfndzjh;
    @PropertyDef(label = "磷化氢浓度值集合" )
    @Column(name = "lhqndzjh", length = 8000, nullable = false, columnDefinition = "text")
    @Column(name = "lhqndzjh", length = 8000, columnDefinition = "text")
    private String lhqndzjh;
    @PropertyDef(label = "一氧化氮含量值集合" )
@@ -66,8 +70,12 @@
    @Column(name = "yyhthlzjh", length = 8000, columnDefinition = "text")
    private String yyhthlzjh;
    @PropertyDef(label = "氮气含量值集合" )
    @Column(name = "dqndzjh", length = 8000, columnDefinition = "text")
    private String dqndzjh;
    @PropertyDef(label = "操作标志" )
    @Column(name = "czbz", length = 1, nullable = false)
    @Column(name = "czbz", length = 1)
    private String czbz;
    @PropertyDef(label = "作业类型" )
@@ -76,7 +84,7 @@
    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
    @PropertyDef(label = "最后更新时间" )
    @Column(name = "zhgxsj", nullable = false)
    @Column(name = "zhgxsj")
    private Date zhgxsj;
}