角色管理接口
This commit is contained in:
@@ -19,7 +19,7 @@ public interface SysRoleService extends IService<SysRole> {
|
||||
|
||||
List<SysRole> getByUserId(Long id);
|
||||
|
||||
Page<SysRole> getList(PageDTO pageDTO);
|
||||
Page<SysRole> getList(PageDTO pageDTO, String key, String startTime, String endTime);
|
||||
|
||||
Boolean add(RoleAddDTO roleAddDTO);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user