| | |
| | | |
| | | @Column(name = "START_") |
| | | @PropertyDef(label = "开始时间") |
| | | @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| | | private Date start; |
| | | |
| | | @Column(name = "END_") |
| | | @PropertyDef(label = "截至时间") |
| | | @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8") |
| | | private Date end; |
| | | |
| | | @Column(name = "PEST_BATCH_ID_", length = 50) |
| | |
| | | |
| | | @PropertyDef(label = "磷化氢浓度单位", description = "1:g/m³(默认);2:ppm;3:ml/m³;4:%VOL") |
| | | @Column(name = "nlhqnddw", length = 1) |
| | | private String nlhqnddw; |
| | | private String nlhqnddw = "1"; |
| | | |
| | | @PropertyDef(label = "目标浓度", description = "单位:g/m³") |
| | | @Column(name = "mbnd", precision = 20, scale = 3) |