角色管理接口
This commit is contained in:
parent
5536171c52
commit
6e8b2558bf
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue