update 简化查询用户功能

This commit is contained in:
疯狂的狮子li
2022-03-04 11:45:38 +08:00
parent 8091a46005
commit d3a3ad5cbd
6 changed files with 69 additions and 66 deletions

View File

@ -10,4 +10,6 @@ import com.ruoyi.system.domain.SysUserRole;
*/
public interface SysUserRoleMapper extends BaseMapperPlus<SysUserRoleMapper, SysUserRole, SysUserRole> {
Long selectUserIdByRoleId(Long roleId);
}