mirror of https://gitee.com/topiam/eiam
⚡ 优化代码
parent
58d4a45d6c
commit
1027af1d53
|
@ -117,11 +117,17 @@ public class UserListResult implements Serializable {
|
||||||
private LocalDateTime lastAuthTime;
|
private LocalDateTime lastAuthTime;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 目录
|
* 从组织机构目录
|
||||||
*/
|
*/
|
||||||
@Parameter(description = "组织机构目录")
|
@Parameter(description = "从组织机构目录")
|
||||||
private String orgDisplayPath;
|
private String orgDisplayPath;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 主组织目录
|
||||||
|
*/
|
||||||
|
@Parameter(description = "主组织机构目录")
|
||||||
|
private String primaryOrgDisplayPath;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 最后修改密码时间
|
* 最后修改密码时间
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue