mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-06 07:21:24 +08:00
nitice manage module compeled
This commit is contained in:
@@ -8,6 +8,7 @@ import com.baomidou.mybatisplus.annotation.Version;
|
||||
|
||||
import java.io.Serial;
|
||||
import java.io.Serializable;
|
||||
import java.util.List;
|
||||
|
||||
import lombok.Data;
|
||||
import lombok.experimental.Accessors;
|
||||
@@ -56,4 +57,10 @@ public class Department implements Serializable {
|
||||
@TableField("version")
|
||||
@Version
|
||||
private Integer version;
|
||||
|
||||
/**
|
||||
* 部门成员
|
||||
*/
|
||||
@TableField(exist = false)
|
||||
private List<User> userList;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user