update 优化部门类别编码获取

This commit is contained in:
AprilWind
2024-05-16 18:10:58 +08:00
parent 4ec852630e
commit 7ade4ebc9e
6 changed files with 49 additions and 1 deletions

View File

@@ -35,6 +35,11 @@ public class LoginUser implements Serializable {
*/
private Long deptId;
/**
* 部门类别编码
*/
private String deptCategory;
/**
* 部门名
*/