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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user