CZT
2023-09-27 93c97d5894ce481a567b7fd8769436388f3897a8
src/main/java/com/fzzy/async/fzzy40/entity/Fz40DrugLogPeople.java
@@ -27,22 +27,9 @@
    @PropertyDef(label = "propleId")
    private String propleId;
    @Column(name = "ID_", length = 40)
    @PropertyDef(label = "id")
    private String id;
    @Column(name = "DRUG_LOG_ID_", length = 4)
    @PropertyDef(label = "熏蒸备案编号", description = "4位顺序号")
    @Column(name = "DRUG_LOG_ID_", length = 12)
    @PropertyDef(label = "熏蒸备案编号", description = "填报日期yyyyMMdd+4位顺序号")
    private String drugLogId;
    @Column(name = "DEPT_ID_", length = 21)
    @PropertyDef(label = "库区代码")
    private String deptId;
    @Column(name = "tbrq")
    @PropertyDef(label = "填报日期")
    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8")
    private Date tbrq;
    @Column(name = "mx", length = 20)
    @PropertyDef(label = "姓名")