igds-recir/src/main/java/com/ld/igds/models/DrugLogDtl.java
@@ -19,7 +19,7 @@ @Entity @Data @Table(name = "D_DRUG_LOG_DTL") public class DrugLogDtl implements Serializable { public class DrugLogDtl implements Serializable { @Id @Column(name = "DTL_ID_", length = 40) @@ -27,7 +27,7 @@ private String dtlId; @Column(name = "ID_", length = 40) @PropertyDef(label = "id", description = "熏蒸编号+库区代码+填报日期") @PropertyDef(label = "id", description = "库区代码+填报日期+熏蒸编号") private String id; @Column(name = "DRUG_LOG_ID_", length = 4)