From 92be463c5a038062c42d758a6e18be62955007a7 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期四, 02 十一月 2023 20:35:17 +0800 Subject: [PATCH] 优化上海接口-调整视频信息等 --- src/main/java/com/fzzy/async/fzzy40/entity/Fz40DeptDevice.java | 26 ++++++-------------------- 1 files changed, 6 insertions(+), 20 deletions(-) diff --git a/src/main/java/com/fzzy/async/fzzy40/entity/Fz40DeptDevice.java b/src/main/java/com/fzzy/async/fzzy40/entity/Fz40DeptDevice.java index e8e02f5..5904005 100644 --- a/src/main/java/com/fzzy/async/fzzy40/entity/Fz40DeptDevice.java +++ b/src/main/java/com/fzzy/async/fzzy40/entity/Fz40DeptDevice.java @@ -23,29 +23,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 = "璁惧浠櫒鍚嶇О") @@ -78,7 +66,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) @@ -87,7 +74,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