若依3.2

This commit is contained in:
RuoYi
2019-01-16 14:56:27 +08:00
parent 04f2607398
commit 57fa243747
36 changed files with 1750 additions and 6685 deletions

View File

@ -114,4 +114,12 @@ public interface ISysRoleService
* @return 结果
*/
public int countUserRoleByRoleId(Long roleId);
/**
* 角色状态修改
*
* @param role 角色信息
* @return 结果
*/
public int changeStatus(SysRole role);
}