【用户信息】增加返回字段,加密接口
This commit is contained in:
+18
@@ -82,18 +82,36 @@ public class BaseEmployeeInfo {
|
||||
@Schema(title = "二级部门Code(单位)")
|
||||
private String secondDeptCode;
|
||||
|
||||
@Schema(title = "二级部门id(单位)")
|
||||
private String secondDeptId;
|
||||
|
||||
@Schema(title = "二级部门名称(单位)")
|
||||
private String secondDeptName;
|
||||
|
||||
@Schema(title = "三级部门Code(部门)")
|
||||
private String thirdDeptCode;
|
||||
|
||||
@Schema(title = "三级部门id(部门)")
|
||||
private String thirdDeptId;
|
||||
|
||||
@Schema(title = "三级部门名称(部门)")
|
||||
private String thirdDeptName;
|
||||
|
||||
@Schema(title = "当前部门Code(用户所属部门)")
|
||||
private String thisDeptCode;
|
||||
|
||||
@Schema(title = "当前部门id(用户所属部门)")
|
||||
private String thisDeptId;
|
||||
|
||||
@Schema(title = "当前部门名称(用户所属部门)")
|
||||
private String thisDeptName;
|
||||
|
||||
@Schema(title = "角色编码")
|
||||
private String roleCodes;
|
||||
|
||||
@Schema(title = "管理部门(code)")
|
||||
private String departCodes;
|
||||
|
||||
@Schema(title = "管理部门(id)")
|
||||
private String departIds;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user