public interface SysRoleMapper extends com.baomidou.mybatisplus.core.mapper.BaseMapper<SysRole>
角色信息表 Mapper 接口
List<SysRole>
selectRolePermissionByUserId(Long userId)
selectRolesByUserName(String userName)
int
updateRole(SysRole role)
delete, deleteBatchIds, deleteById, deleteById, deleteByMap, exists, insert, selectBatchIds, selectById, selectByMap, selectCount, selectList, selectMaps, selectMapsPage, selectObjs, selectOne, selectPage, update, updateById
List<SysRole> selectRolePermissionByUserId(Long userId)
int updateRole(SysRole role)
List<SysRole> selectRolesByUserName(String userName)
Copyright © 2023. All rights reserved.