1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-06 07:21:24 +08:00

Added show staff name

This commit is contained in:
2023-05-19 15:06:37 +08:00
parent 16aec9e91e
commit 9f51661caa
6 changed files with 81 additions and 35 deletions

View File

@@ -62,6 +62,9 @@ public class User implements Serializable {
@TableField("enable")
private Integer enable;
@TableField(exist = false)
private Staff staff;
@TableField(exist = false)
private List<Role> roles;