From 035960dda4146b0943769bcf61f0690f95300d6e Mon Sep 17 00:00:00 2001
From: YYC <1833023622@qq.com>
Date: 星期一, 19 八月 2024 09:07:27 +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