From c206acfaedc69c390fb67daa81bc686f58a212ef Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期一, 27 十一月 2023 16:12:11 +0800
Subject: [PATCH] 提交配置信息2

---
 igds-recir/src/main/java/com/ld/igds/models/DrugLogDtl.java |   19 +++----------------
 1 files changed, 3 insertions(+), 16 deletions(-)

diff --git a/igds-recir/src/main/java/com/ld/igds/models/DrugLogDtl.java b/igds-recir/src/main/java/com/ld/igds/models/DrugLogDtl.java
index fdf340d..ca89998 100644
--- a/igds-recir/src/main/java/com/ld/igds/models/DrugLogDtl.java
+++ b/igds-recir/src/main/java/com/ld/igds/models/DrugLogDtl.java
@@ -19,29 +19,16 @@
 @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)
     @PropertyDef(label = "dtlId")
     private String dtlId;
 
-    @Column(name = "ID_", length = 40)
-    @PropertyDef(label = "id", description = "鐔忚捀缂栧彿+搴撳尯浠g爜+濉姤鏃ユ湡")
-    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 = "搴撳尯浠g爜")
-    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 = "DEPOT_ID_", length = 50)
     @PropertyDef(label = "浠撴埧/娌圭綈浠g爜")

--
Gitblit v1.9.3