czt
2024-04-21 51a999d87421497bb7bb25e47965f78261f801c3
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 = "一氧化氮含量值集合" )
@@ -67,7 +71,7 @@
    private String yyhthlzjh;
    @PropertyDef(label = "操作标志" )
    @Column(name = "czbz", length = 1, nullable = false)
    @Column(name = "czbz", length = 1)
    private String czbz;
    @PropertyDef(label = "作业类型" )
@@ -76,7 +80,7 @@
    @JSONField(format = "yyyy-MM-dd HH:mm:ss")
    @PropertyDef(label = "最后更新时间" )
    @Column(name = "zhgxsj", nullable = false)
    @Column(name = "zhgxsj")
    private Date zhgxsj;
}