Skip to content

Commit 84a3c8b

Browse files
author
luojielin
committed
feat: UserDepartmentRespDto 增加 isRoot 字段
1 parent 84462d8 commit 84a3c8b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/main/java/cn/authing/sdk/java/dto/UserDepartmentRespDto.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ public class UserDepartmentRespDto {
4141
*/
4242
@JsonProperty("isLeader")
4343
private Boolean isLeader;
44+
/**
45+
* isRoot
46+
*/
47+
@JsonProperty("isRoot")
48+
private Boolean isRoot;
4449
/**
4550
* 部门识别码
4651
*/

0 commit comments

Comments
 (0)