From 0a1bc5609a3859ff22102b36b8fb65ba2addc884 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期五, 15 九月 2023 10:20:22 +0800 Subject: [PATCH] 更改熏蒸备案 --- src/main/java/com/fzzy/async/fzzy40/entity/Fz40DrugLogApply.java | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/src/main/java/com/fzzy/async/fzzy40/entity/Fz4DrugLogApply.java b/src/main/java/com/fzzy/async/fzzy40/entity/Fz40DrugLogApply.java similarity index 98% rename from src/main/java/com/fzzy/async/fzzy40/entity/Fz4DrugLogApply.java rename to src/main/java/com/fzzy/async/fzzy40/entity/Fz40DrugLogApply.java index 35d20fd..047d1eb 100644 --- a/src/main/java/com/fzzy/async/fzzy40/entity/Fz4DrugLogApply.java +++ b/src/main/java/com/fzzy/async/fzzy40/entity/Fz40DrugLogApply.java @@ -17,14 +17,13 @@ @Entity @Data @Table(name = "D_DRUG_LOG_APPLY") -public class Fz4DrugLogApply implements Serializable { +public class Fz40DrugLogApply implements Serializable { @Id @Column(name = "xzbm", length = 4) @PropertyDef(label = "鐔忚捀澶囨缂栧彿", description = "4浣嶉『搴忓彿") private String xzbm; - @Id @Column(name = "DEPT_ID_", length = 21) @PropertyDef(label = "搴撳尯浠g爜") 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") -- Gitblit v1.9.3