src/main/java/com/fzzy/async/fzzy40/entity/Fz40DrugLogWay.java
@@ -28,13 +28,8 @@ private String wayId; @Column(name = "DRUG_LOG_ID_", length = 12) @PropertyDef(label = "熏蒸备案编号", description = "4位顺序号") @PropertyDef(label = "熏蒸备案编号", description = "填报日期yyyyMMdd+4位顺序号") private String drugLogId; @Column(name = "tbrq") @PropertyDef(label = "填报日期") @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8") private Date tbrq; @Column(name = "xznd", precision = 20, scale = 3) @PropertyDef(label = "设定熏蒸浓度", description = "单位:ml/m³")