feat:(REQ-3342) 增加resourceIds批量查询条件
This commit is contained in:
parent
ced714a9fa
commit
03918eadae
@ -47,6 +47,12 @@ public class ListRoleUserRelationParam {
|
||||
@CriteriaField(field = "resourceId", operator = Operator.EQ)
|
||||
private Long resourceId;
|
||||
|
||||
/**
|
||||
* 资源Id
|
||||
*/
|
||||
@CriteriaField(field = "resourceId", operator = Operator.IN)
|
||||
private Set<Long> resourceIds;
|
||||
|
||||
/**
|
||||
* 是否显示
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user