| | |
| | | |
| | | @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 = "硫酰氟浓度值集合" ) |
| | |
| | | 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 = "一氧化氮含量值集合" ) |
| | |
| | | private String yyhthlzjh; |
| | | |
| | | @PropertyDef(label = "操作标志" ) |
| | | @Column(name = "czbz", length = 1, nullable = false) |
| | | @Column(name = "czbz", length = 1) |
| | | private String czbz; |
| | | |
| | | @PropertyDef(label = "作业类型" ) |
| | |
| | | |
| | | @JSONField(format = "yyyy-MM-dd HH:mm:ss") |
| | | @PropertyDef(label = "最后更新时间" ) |
| | | @Column(name = "zhgxsj", nullable = false) |
| | | @Column(name = "zhgxsj") |
| | | private Date zhgxsj; |
| | | |
| | | } |