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-manager/src/main/java/com/ld/igds/models/DeptDevice.java | 27 ++++++--------------------- 1 files changed, 6 insertions(+), 21 deletions(-) diff --git a/igds-manager/src/main/java/com/ld/igds/models/DeptDevice.java b/igds-manager/src/main/java/com/ld/igds/models/DeptDevice.java index ec90fa8..6436f8d 100644 --- a/igds-manager/src/main/java/com/ld/igds/models/DeptDevice.java +++ b/igds-manager/src/main/java/com/ld/igds/models/DeptDevice.java @@ -3,7 +3,6 @@ import com.bstek.dorado.annotation.PropertyDef; import com.fasterxml.jackson.annotation.JsonFormat; import lombok.Data; - import javax.persistence.*; import java.io.Serializable; import java.util.Date; @@ -20,29 +19,17 @@ private static final long serialVersionUID = 1L; @Id - @Column(name = "ID_", length = 40) - @PropertyDef(label = "ID") - private String id; - - @Column(name = "kqdm", length = 40) - @PropertyDef(label = "搴撳尯浠g爜") - private String kqdm; + @Column(name = "sbbh", length = 20) + @PropertyDef(label = "璁惧缂栧彿") + private String sbbh; @Column(name = "COMPANY_ID_", length = 10) @PropertyDef(label = "缁勭粐缂栫爜", description = "") private String companyId; - @Column(name = "dwdm", length = 18) - @PropertyDef(label = "鍗曚綅浠g爜") - private String dwdm; - - @Column(name = "kqmc", length = 256) - @PropertyDef(label = "搴撳尯鍚嶇О") - private String kqmc; - - @Column(name = "sbbh", length = 20) - @PropertyDef(label = "璁惧缂栧彿") - private String sbbh; + @Column(name = "DEPT_ID_", length = 40) + @PropertyDef(label = "鎵�灞炲簱鍖�") + private String deptId; @Column(name = "sbyqmc", length = 50) @PropertyDef(label = "璁惧浠櫒鍚嶇О") @@ -75,7 +62,6 @@ @Column(name = "jdsj") @PropertyDef(label = "妫�瀹氭椂闂�") - @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8") private Date jdsj; @Column(name = "jddw", length = 256) @@ -84,7 +70,6 @@ @Column(name = "UPDATE_TIME_") @PropertyDef(label = "鏇存柊鏃堕棿") - @JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd", timezone = "GMT+8") private Date updateTime; } -- Gitblit v1.9.3