角色完善

This commit is contained in:
张松
2025-03-11 19:02:33 +08:00
parent aa00bacfca
commit f3d4aa2da8
3 changed files with 4 additions and 4 deletions

View File

@@ -19,7 +19,7 @@ public interface SysRoleService extends IService<SysRole> {
List<SysRole> getByUserId(Long id);
Page<SysRole> getList(PageDTO pageDTO, String key, String startTime, String endTime);
Page<SysRole> getList(Long shopId, PageDTO pageDTO, String key, String startTime, String endTime);
Boolean add(RoleAddDTO roleAddDTO);