Skip to content

Commit

Permalink
Merge pull request #97 from fcfang123/issue-94
Browse files Browse the repository at this point in the history
feat:获取分级管理员的用户组列表 筛选优化 #2583
  • Loading branch information
mingshewhe authored Apr 25, 2024
2 parents c2819e8 + d7f7428 commit 4350f11
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
public class SearchGroupDTO {
/*该值若为true,会查询所有的用户组;若为false,只会查询分级管理员级别的用户组,不包含二级管理员的用户组,不填默认true*/
private Boolean inherit;
/*该值若为true,会查询所有的用户组,若为false,只会查询二级管理员的用户组的组*/
/*该值若为true,只会查询二级管理员的用户组,若为false,会查询所有的用户组*/
@JsonProperty("only_inherit")
private Boolean onlyInherit;
/*操作id筛选, 只支持自定义操作*/
Expand Down

0 comments on commit 4350f11

Please sign in to comment.