czt
2025-08-20 12c99c99ed89d1d11318d9b4c6c295d35e21b1e7
src/main/java/com/fzzy/async/fzzy40/entity/Fz40DrugLogDtl.java
@@ -27,15 +27,9 @@
    @PropertyDef(label = "dtlId")
    private String dtlId;
    @Column(name = "DRUG_LOG_ID_", length = 4)
    @Column(name = "DRUG_LOG_ID_", length = 12)
    @PropertyDef(label = "熏蒸备案编号", description = "填报日期yyyyMMdd+4位顺序号")
    @JSONField
    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 = "DEPOT_ID_", length = 50)
    @PropertyDef(label = "仓房/油罐代码")