From 069c3ea2792899256f46c44ff2bd497d91f91a4d Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期五, 08 三月 2024 16:03:30 +0800 Subject: [PATCH] 优化出入库数据同步的必填项 --- src/main/java/com/fzzy/async/fzzy40/entity/Fz40DrugLogWay.java | 20 ++------------------ 1 files changed, 2 insertions(+), 18 deletions(-) diff --git a/src/main/java/com/fzzy/async/fzzy40/entity/Fz40DrugLogWay.java b/src/main/java/com/fzzy/async/fzzy40/entity/Fz40DrugLogWay.java index 50efdb5..14128e3 100644 --- a/src/main/java/com/fzzy/async/fzzy40/entity/Fz40DrugLogWay.java +++ b/src/main/java/com/fzzy/async/fzzy40/entity/Fz40DrugLogWay.java @@ -27,25 +27,9 @@ @PropertyDef(label = "wayId") private String wayId; - @Column(name = "ID_", length = 40) - @PropertyDef(label = "id") - @JSONField - private String id; - - @Column(name = "DRUG_LOG_ID_", length = 4) - @PropertyDef(label = "鐔忚捀澶囨缂栧彿", description = "4浣嶉『搴忓彿") - @JSONField + @Column(name = "DRUG_LOG_ID_", length = 12) + @PropertyDef(label = "鐔忚捀澶囨缂栧彿", description = "濉姤鏃ユ湡yyyyMMdd+4浣嶉『搴忓彿") private String drugLogId; - - @Column(name = "DEPT_ID_", length = 21) - @PropertyDef(label = "搴撳尯浠g爜") - @JSONField - 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 = "xznd", precision = 20, scale = 3) @PropertyDef(label = "璁惧畾鐔忚捀娴撳害", description = "鍗曚綅锛歮l/m鲁") -- Gitblit v1.9.3