From 391c534a5ed0a07f8e9feb2ddaf14cfed070300d Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期四, 02 十一月 2023 20:40:06 +0800 Subject: [PATCH] 提交配置信息 --- igds-recir/src/main/java/com/ld/igds/models/Drug.java | 6 ++---- 1 files changed, 2 insertions(+), 4 deletions(-) diff --git a/igds-recir/src/main/java/com/ld/igds/models/Drug.java b/igds-recir/src/main/java/com/ld/igds/models/Drug.java index 06f4130..ce55d28 100644 --- a/igds-recir/src/main/java/com/ld/igds/models/Drug.java +++ b/igds-recir/src/main/java/com/ld/igds/models/Drug.java @@ -26,15 +26,13 @@ @Id @Column(name = "ID_", length = 40) - @PropertyDef(label = "鑽墏缂栧彿", description = "搴撳尯浠g爜+涓変綅椤哄簭鍙�") + @PropertyDef(label = "鑽墏缂栧彿", description = "閲囪喘鏃ユ湡(yyyyMMdd)+涓変綅椤哄簭鍙�") private String id; - @Id @Column(name = "DEPT_ID_", length = 50) @PropertyDef(label = "搴撳尯浠g爜") private String deptId; - @Id @Column(name = "cgrq") @PropertyDef(label = "閲囪喘鏃ユ湡") @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8") @@ -108,7 +106,7 @@ @Column(name = "COUNT_") @PropertyDef(label = "搴撳瓨閲�") - private int count = 0; + private Double count = 0.0; @Column(name = "kcsldw", length = 1) @PropertyDef(label = "搴撳瓨閲忓崟浣�", description = "1(榛樿)锛氬叕鏂わ紱2锛氬厠锛�3锛氭鍗囷紱") -- Gitblit v1.9.3