From 9f6dacf7b39e5aeba37d8faf575c9e56d8cbe51a Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期六, 11 十月 2025 13:35:42 +0800
Subject: [PATCH] 武汉黄陂军粮-质检报告共享接口同步及推送

---
 src/main/java/com/fzzy/async/whhpjl/entity/Fz40WhjlDefaultUser.java |   45 +--------------------------------------------
 1 files changed, 1 insertions(+), 44 deletions(-)

diff --git a/src/main/java/com/fzzy/async/whhpjl/entity/Fz40WhjlDefaultUser.java b/src/main/java/com/fzzy/async/whhpjl/entity/Fz40WhjlDefaultUser.java
index 50932d5..a4b0bc3 100644
--- a/src/main/java/com/fzzy/async/whhpjl/entity/Fz40WhjlDefaultUser.java
+++ b/src/main/java/com/fzzy/async/whhpjl/entity/Fz40WhjlDefaultUser.java
@@ -1,9 +1,6 @@
 package com.fzzy.async.whhpjl.entity;
 
-import com.bstek.bdf2.core.business.IDept;
-import com.bstek.bdf2.core.business.IPosition;
-import com.bstek.bdf2.core.model.Group;
-import com.bstek.bdf2.core.model.Role;
+
 import lombok.Data;
 
 import javax.persistence.*;
@@ -61,44 +58,4 @@
 
     @Column(name = "CREATE_DATE_")
     private Date createDate;
-
-
-    // 閮ㄩ棬璇存槑
-    @Transient
-    private String deptName;
-
-    @Transient
-    private String deptId;
-
-    // 瑙掕壊
-    @Transient
-    private String roleName;
-
-    @Transient
-    private String roleId;
-
-    /**
-     * 鐢ㄤ簬BDF2绯荤粺
-     */
-    @Transient
-    private List<IDept> depts;
-
-    /**
-     * 鐢ㄤ簬BDF2绯荤粺
-     */
-    @Transient
-    private List<Role> roles;
-
-    /**
-     * 鐢ㄤ簬BDF2绯荤粺
-     */
-    @Transient
-    private List<IPosition> positions;
-
-    /**
-     * 鐢ㄤ簬BDF2绯荤粺
-     */
-    @Transient
-    private List<Group> groups;
-
 }

--
Gitblit v1.9.3