From caf2599a9869244ded811018811c37a2aabac3fc Mon Sep 17 00:00:00 2001 From: vince <757871790@qq.com> Date: 星期三, 08 一月 2025 11:29:05 +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