From 86f687fe84d34d9291ed9e5c6ea45e04e11e3be2 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期日, 21 四月 2024 15:54:04 +0800
Subject: [PATCH] 国家统一编码-财务接口增加统一编码字段及页面调整

---
 src/main/java/com/fzzy/async/fzzy40/entity/Fz40DrugLogPeople.java |   16 ++--------------
 1 files changed, 2 insertions(+), 14 deletions(-)

diff --git a/src/main/java/com/fzzy/async/fzzy40/entity/Fz40DrugLogPeople.java b/src/main/java/com/fzzy/async/fzzy40/entity/Fz40DrugLogPeople.java
index 6dc8635..428ce25 100644
--- a/src/main/java/com/fzzy/async/fzzy40/entity/Fz40DrugLogPeople.java
+++ b/src/main/java/com/fzzy/async/fzzy40/entity/Fz40DrugLogPeople.java
@@ -27,22 +27,10 @@
     @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 = "搴撳尯浠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 = "mx", length = 20)
     @PropertyDef(label = "濮撳悕")

--
Gitblit v1.9.3