From 14605ba25b4d950df29ac7a44bf65ccc3472ffff Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期日, 28 九月 2025 11:30:02 +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