From fc1e4c8264ee6c1c62653a5b181587ae0ac53077 Mon Sep 17 00:00:00 2001
From: jiazx0107@163.com <jiazx0107@163.com>
Date: 星期三, 08 十一月 2023 19:49:24 +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