perf:代码结构调整
This commit is contained in:
@@ -19,7 +19,7 @@ public interface TsAuthorityHandler {
|
||||
* @param pointAuthorityList
|
||||
* @return
|
||||
*/
|
||||
void addRoleAuthority(RoleAuthority groupAuthority, List<RoleAuthority> pointAuthorityList);
|
||||
void addRoleAuthority(String version, RoleAuthority groupAuthority, List<RoleAuthority> pointAuthorityList);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user