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/Fz40OAStaff.java | 26 +++++++++++--------------- 1 files changed, 11 insertions(+), 15 deletions(-) diff --git a/src/main/java/com/fzzy/async/fzzy40/entity/Fz40OAStaff.java b/src/main/java/com/fzzy/async/fzzy40/entity/Fz40OAStaff.java index f676635..c342266 100644 --- a/src/main/java/com/fzzy/async/fzzy40/entity/Fz40OAStaff.java +++ b/src/main/java/com/fzzy/async/fzzy40/entity/Fz40OAStaff.java @@ -25,29 +25,29 @@ public class Fz40OAStaff implements Serializable { private static final long serialVersionUID = 1L; @Id - @Column(name = "ID_", length = 40) - @PropertyDef(label = "ID") - private String id; + @Column(name = "sfzhm", length = 18) + @PropertyDef(label = "韬唤璇佸彿鐮�") + private String sfzhm; @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 = "dwmc", length = 256) - @PropertyDef(label = "鍗曚綅鍚嶇О") - private String dwmc; + @Column(name = "DEPT_ID_", length = 20) + @PropertyDef(label = "搴撳尯缂栫爜", description = "") + private String deptId; @Column(name = "lsbm", length = 256) @PropertyDef(label = "闅跺睘閮ㄩ棬", description = "闅跺睘閮ㄩ棬鍚嶇О") private String lsbm; @Column(name = "xzqhdm", length = 6) - @PropertyDef(label = "琛屾斂鍖哄垝浠g爜") + @PropertyDef(label = "鎵�灞炶鏀垮尯鍒�") private String xzqhdm; + + @Column(name = "xzqhmc", length = 6) + @PropertyDef(label = "鎵�灞炶鏀垮尯鍒�") + private String xzqhmc; @Column(name = "xm", length = 32) @PropertyDef(label = "濮撳悕") @@ -56,10 +56,6 @@ @Column(name = "xb", length = 1) @PropertyDef(label = "鎬у埆") private String xb; - - @Column(name = "sfzhm", length = 18) - @PropertyDef(label = "韬唤璇佸彿鐮�") - private String sfzhm; @Column(name = "rzrq") @PropertyDef(label = "鍏ヨ亴鏃ユ湡") -- Gitblit v1.9.3