角色管理接口

This commit is contained in:
张松 2025-02-10 17:38:13 +08:00
parent 5536171c52
commit 6e8b2558bf
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public interface SysRoleService extends IService<SysRole> {
List<SysRole> getByUserId(Long id); 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); Boolean add(RoleAddDTO roleAddDTO);