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

Optimized getUserInfo

This commit is contained in:
2023-06-03 19:36:48 +08:00
parent bf3a74ec27
commit 8697c34282
5 changed files with 46 additions and 17 deletions

View File

@@ -66,5 +66,6 @@ public class Department implements Serializable {
* 部门成员
*/
@TableField(exist = false)
@Deprecated
private List<User> userList;
}