add query acl list by group API

This commit is contained in:
许晓东
2021-08-31 21:27:22 +08:00
parent 5c0a0106d0
commit e5d780d6b0
7 changed files with 114 additions and 5 deletions

View File

@@ -20,6 +20,8 @@ public interface AclService {
ResponseData getAclList();
ResponseData getAclList(AclEntry entry);
ResponseData deleteAcl(AclEntry entry);
ResponseData addAcl(AclEntry entry);