YYC
2023-09-15 e9491aef23ef853e5b342a326291cde01e21ba5b
igds-recir/src/main/java/com/ld/igds/models/DrugLogApply.java
@@ -20,11 +20,10 @@
public class DrugLogApply implements Serializable {
    @Id
    @Column(name = "xzbm", length = 4)
    @PropertyDef(label = "熏蒸备案编号", description = "4位顺序号")
    @Column(name = "xzbm", length = 12)
    @PropertyDef(label = "熏蒸备案编号", description = "填报日期yyyyMMdd+4位顺序号")
    private String xzbm;
    @Id
    @Column(name = "DEPT_ID_", length = 21)
    @PropertyDef(label = "库区代码")
    private String deptId;
@@ -33,7 +32,6 @@
    @PropertyDef(label = "组织编码")
    private String companyId;
    @Id
    @Column(name = "tbrq")
    @PropertyDef(label = "填报日期")
    @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8")
@@ -152,7 +150,6 @@
    /**
     * 储粮粮情明细表
     *
     */
    @Transient
    private List<DrugLogDtl> drugLogDtls;