From 53939f30518c0c1d132d1eb3de20e35aa630c781 Mon Sep 17 00:00:00 2001
From: CZT <czt18638530771@163.com>
Date: 星期二, 23 一月 2024 13:50: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