完善 RoleServiceImpl 单元测试

This commit is contained in:
YunaiV
2023-02-02 09:13:14 +08:00
parent 3aeebef036
commit 96e8fa4216
14 changed files with 444 additions and 346 deletions

View File

@ -16,6 +16,6 @@ public interface RoleApi {
*
* @param ids 角色编号数组
*/
void validRoles(Collection<Long> ids);
void validRoleList(Collection<Long> ids);
}